HEAP_SIZE         192 tools/packfi2/deflate.h     struct ct_data_s dyn_ltree[HEAP_SIZE];   /* literal and length tree */
HEAP_SIZE         514 tools/packfi2/trees.c     for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
HEAP_SIZE         634 tools/packfi2/trees.c     s->heap_len = 0, s->heap_max = HEAP_SIZE;