Home
last modified time | relevance | path

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

/freebsd/stand/powerpc/ofw/
H A Dmain.c46 #define HEAP_SIZE 0x800000 macro
47 static char heap[HEAP_SIZE]; // In BSS, so uses no space
64 bzero(heap, HEAP_SIZE); in init_heap()
66 setheap(heap, (void *)((uintptr_t)heap + HEAP_SIZE)); in init_heap()
/freebsd/stand/uboot/
H A Dmain.c42 #ifndef HEAP_SIZE
43 #define HEAP_SIZE (2 * 1024 * 1024) macro
466 uboot_heap_end = uboot_heap_start + HEAP_SIZE; in main()
/freebsd/sys/contrib/zlib/
H A Ddeflate.h49 #define HEAP_SIZE (2*L_CODES+1) macro
202 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Dtrees.c559 for (h = s->heap_max + 1; h < HEAP_SIZE; h++) { in gen_bitlen()
637 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()