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