Searched refs:HEAP_SIZE (Results 1 – 7 of 7) sorted by relevance
59 static const size_t HEAP_SIZE = 512; variable60 char heap[HEAP_SIZE] __attribute__((aligned));71 (heap_node*)(&heap[HEAP_SIZE]); // one past the end of the heap87 freelist->len = HEAP_SIZE / sizeof(heap_node); in init_heap()96 return ptr >= heap && ptr < (heap + HEAP_SIZE); in is_fallback_ptr()
45 #define HEAP_SIZE (2*L_CODES+1) macro192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
518 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {638 s->heap_len = 0, s->heap_max = HEAP_SIZE;
45 #define HEAP_SIZE (2*L_CODES+1) macro198 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
510 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {630 s->heap_len = 0, s->heap_max = HEAP_SIZE;