Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dfallback_malloc.cpp58 static const size_t HEAP_SIZE = 512; variable
59 char heap [ HEAP_SIZE ] __attribute__((aligned));
69 static const heap_node *list_end = (heap_node *) ( &heap [ HEAP_SIZE ] ); // one past the end of …
81 freelist->len = HEAP_SIZE / sizeof (heap_node); in init_heap()
89 { return ptr >= heap && ptr < ( heap + HEAP_SIZE ); } in is_fallback_ptr()
/external/syslinux/dos/
Dheader.S2 HEAP_SIZE = 16384 define
51 .space HEAP_SIZE
/external/syslinux/gpxe/
Dgpxe.diff69 -#define HEAP_SIZE ( 128 * 1024 )
70 +#define HEAP_SIZE ( 512 * 1024 )
73 static char heap[HEAP_SIZE] __attribute__ (( aligned ( __alignof__(void *) )));
/external/syslinux/com32/lib/zlib/
Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
Dtrees.c518 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
638 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/external/syslinux/gpxe/src/core/
Dmalloc.c83 #define HEAP_SIZE ( 512 * 1024 ) macro
86 static char heap[HEAP_SIZE] __attribute__ (( aligned ( __alignof__(void *) )));
/external/zlib/src/
Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
Dtrees.c512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) {
632 s->heap_len = 0, s->heap_max = HEAP_SIZE;
/external/pdfium/third_party/zlib_v128/
Ddeflate.h45 #define HEAP_SIZE (2*L_CODES+1) macro
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
Dtrees.c512 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()
632 s->heap_len = 0, s->heap_max = HEAP_SIZE; in build_tree()