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

/freebsd-9.3-release/sys/boot/ofw/common/
H A Dmain.c48 #define HEAP_SIZE 0x80000 macro
58 if ((base = ofw_alloc_heap(HEAP_SIZE)) == (void *)0xffffffff) {
64 setheap(base, (void *)((int)base + HEAP_SIZE));
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstandalone.c556 #ifndef HEAP_SIZE
557 #define HEAP_SIZE 400000
560 char heap[HEAP_SIZE] =
549 #define HEAP_SIZE macro
/freebsd-9.3-release/lib/libz/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Dtrees.c512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
547 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
632 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
H A Dtrees.c514 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
549 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
634 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/freebsd-9.3-release/sys/net/
H A Dzlib.c300 #define HEAP_SIZE (2*L_CODES+1) macro
442 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
2272 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
2307 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
2392 s->heap_len = 0, s->heap_max = HEAP_SIZE;

Completed in 197 milliseconds