Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dconfshared.h445 # define HEAP_MALLOC irix_heap_malloc macro
485 #define HEAP_MALLOC alpha_heap_malloc macro
498 #define HEAP_MALLOC OS2_commit_heap macro
519 #define HEAP_MALLOC(size) (WIN32_ALLOCATE_HEAP ((size), (&scheme_heap_handle))) macro
692 # define HEAP_MALLOC mmap_heap_malloc macro
H A Dobject.h121 #ifndef HEAP_MALLOC
122 # define HEAP_MALLOC OS_malloc_init macro
132 (HEAP_MALLOC ((sizeof (SCHEME_OBJECT)) * _space))); \
154 (HEAP_MALLOC ((sizeof (SCHEME_OBJECT)) * _space))); \