Searched refs:HEAP_SIZE (Results 1 - 3 of 3) sorted by relevance

/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 */
H A Dtrees.c512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
547 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
632 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/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 *) )));

Completed in 65 milliseconds