OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HEAP_START
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/lib/libsa/
alloc.c
108
*
HEAP_START
start address of heap (defaults to '&end').
153
#define
HEAP_START
heapstart
156
#ifndef
HEAP_START
158
#define
HEAP_START
end
160
static char *top = (char *)
HEAP_START
;
231
if (ptr < (void *)
HEAP_START
)
/src/sys/arch/x68k/stand/boot/
boot.c
45
#define
HEAP_START
((void*) 0x00080000)
407
setheap(
HEAP_START
, HEAP_END);
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025