HEAP_SIZE         195 3rdparty/zlib/deflate.h     struct ct_data_s dyn_ltree[HEAP_SIZE];   /* literal and length tree */
HEAP_SIZE         512 3rdparty/zlib/trees.c     for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
HEAP_SIZE         632 3rdparty/zlib/trees.c     s->heap_len = 0, s->heap_max = HEAP_SIZE;