home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
dshm
/
root
/
tmp
/
segshm
/
Space.c
/
Space
Wrap
Text File
|
1998-08-19
|
888b
|
22 lines
/*
* Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
*
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
* SANTA CRUZ OPERATION INC.
*
* The copyright notice above does not evidence any actual or intended
* publication of such source code.
*/
#ident "@(#)kern-i386:mem/segshm.cf/Space.c 1.1"
#include <sys/types.h>
#include <sys/param.h>
/*
* The default granularity to use for placing fine grained affinity shared
* memory segments. This count is measured in bytes, should be non-zero,
* and should be a multiple of the system page size.
*/
uint_t fgashm_def_granularity = PAGESIZE;