OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HEAPSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/i386/stand/lib/test/
stand_user.c
48
#ifndef
HEAPSIZE
49
#define
HEAPSIZE
(128*1024)
57
char *h = malloc(
HEAPSIZE
);
58
setheap(h, h +
HEAPSIZE
);
/src/sys/arch/atari/stand/bootxx/
bootxx.c
53
#define
HEAPSIZE
(64 * 1024) /* should be >32KB for ffs blocksize */
55
#define HEAPEND (HEAPSTART +
HEAPSIZE
)
Completed in 12 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025