HomeSort by: relevance | last modified time | path
    Searched defs:HEAP_SIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
crt0.c 31 #define HEAP_SIZE (4 * 1024 * 1024) /* heap: 4MB */
32 char heap_area[HEAP_SIZE];
42 setheap(heap_area, heap_area + HEAP_SIZE);
  /src/sys/arch/macppc/stand/ofwboot/
Locore.c 49 #ifndef HEAP_SIZE
50 #define HEAP_SIZE 0x20000
717 uint32_t pvr, vers, hsize = HEAP_SIZE;
728 setheap(heapspace, heapspace + HEAP_SIZE);
  /src/common/dist/zlib/
deflate.h 51 #define HEAP_SIZE (2*L_CODES+1)
204 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
  /src/sys/net/
zlib.c 323 #define HEAP_SIZE (2*L_CODES+1)
465 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
2608 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
2643 * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all
2726 s->heap_len = 0, s->heap_max = HEAP_SIZE;

Completed in 47 milliseconds