Home
last modified time | relevance | path

Searched refs:HEAP_SIZE (Results 1 – 7 of 7) sorted by relevance

/linux/arch/sh/boot/compressed/
A Dmisc.c48 #define HEAP_SIZE 0x400000 macro
50 #define HEAP_SIZE 0x10000 macro
139 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux/arch/h8300/boot/compressed/
A Dmisc.c34 #define HEAP_SIZE 0x10000 macro
73 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux/arch/xtensa/boot/boot-redboot/
A Dbootstrap.S30 #define HEAP_SIZE (131072*4) macro
247 .long _heap + HEAP_SIZE
250 .comm _heap, HEAP_SIZE
/linux/arch/nios2/boot/compressed/
A Dmisc.c90 #define HEAP_SIZE 0x10000 macro
167 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux/lib/zlib_deflate/
A Ddefutil.h29 #define HEAP_SIZE (2*L_CODES+1) macro
170 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
A Ddeftree.c378 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()
500 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()
/linux/arch/alpha/boot/
A Dmisc.c99 #define HEAP_SIZE 0x3000 macro

Completed in 26 milliseconds