Searched defs:HEAP_SIZE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmalloc.c96 #define HEAP_SIZE ( 128 * 1024 ) macro
99 static char heap[HEAP_SIZE] __attribute__ (( aligned ( __alignof__(void *) )));
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */

Completed in 1658 milliseconds