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