Searched refs:HEAP_SIZE (Results 1 – 5 of 5) sorted by relevance
53 #define HEAP_SIZE 51254 char heap [ HEAP_SIZE ];64 static const heap_node *list_end = (heap_node *) ( &heap [ HEAP_SIZE ] ); // one past the end of …76 freelist->len = HEAP_SIZE / sizeof (heap_node);84 { return ptr >= heap && ptr < ( heap + HEAP_SIZE ); }
45 #define HEAP_SIZE (2*L_CODES+1) macro195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()632 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()
512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {632 s->heap_len = 0, s->heap_max = HEAP_SIZE;