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

/freebsd-13-stable/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);
66 setheap(heap, (void *)((uintptr_t)heap + HEAP_SIZE));
/freebsd-13-stable/sys/contrib/zlib/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
198 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Dtrees.c510 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
545 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
630 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/freebsd-13-stable/stand/uboot/common/
H A Dmain.c44 #ifndef HEAP_SIZE
45 #define HEAP_SIZE (2 * 1024 * 1024) macro
461 uboot_heap_end = uboot_heap_start + HEAP_SIZE;

Completed in 112 milliseconds