HEAP_SIZE 73 arch/h8300/boot/compressed/misc.c free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; HEAP_SIZE 167 arch/nios2/boot/compressed/misc.c free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; HEAP_SIZE 39 arch/s390/boot/compressed/decompressor.c static unsigned long free_mem_end_ptr = (unsigned long) _end + HEAP_SIZE; HEAP_SIZE 65 arch/s390/boot/compressed/decompressor.c #define decompress_offset ALIGN((unsigned long)_end + HEAP_SIZE, PAGE_SIZE) HEAP_SIZE 139 arch/sh/boot/compressed/misc.c free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; HEAP_SIZE 432 lib/zlib_deflate/deftree.c for (h = s->heap_max+1; h < HEAP_SIZE; h++) { HEAP_SIZE 554 lib/zlib_deflate/deftree.c s->heap_len = 0, s->heap_max = HEAP_SIZE; HEAP_SIZE 168 lib/zlib_deflate/defutil.h struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */