home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
cmds
/
root.3
/
tmp
/
prf
/
Space.c
/
Space
Wrap
Text File
|
1998-08-19
|
784b
|
20 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:io/prf/prf.cf/Space.c 1.1"
#ident "$Header: $"
#include <config.h>
/*
* PRFMAX limits the amount of memory that may be allocated
* for the kernel profiler. Setting it to 0 makes it unlimited.
*/
int maxprf = PRFMAX;