Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dfallback_malloc.ipp53 #define HEAP_SIZE 512
54 char heap [ HEAP_SIZE ];
64 static const heap_node *list_end = (heap_node *) ( &heap [ HEAP_SIZE ] ); // one past the end of …
76 freelist->len = HEAP_SIZE / sizeof (heap_node);
84 { return ptr >= heap && ptr < ( heap + HEAP_SIZE ); }
/external/pdfium/core/src/fxcodec/fx_zlib/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 */
Dfx_zlib_trees.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()
/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;