Home
last modified time | relevance | path

Searched refs:heapmalloc (Results 1 – 1 of 1) sorted by relevance

/dports/lang/elk/elk-3.99.8/src/
H A Dheap-gen.c459 static char *heapmalloc (int s) { in heapmalloc() function
470 # define heapmalloc(size) (char *)malloc ((size)) macro
513 heap_ptr = heapmalloc (logical_pages*PAGEBYTES+bytes_per_pp-1); in Make_Heap()
599 heap_ptr = heapmalloc (heapinc+bytes_per_pp/*-1*/); in ExpandHeap()