HomeSort by relevance Sort by last modified time
    Searched defs:HEAP_SIZE (Results 1 - 11 of 11) sorted by null

  /external/syslinux/dos/
header.S 2 HEAP_SIZE = 16384
51 .space HEAP_SIZE
  /external/libcxxabi/src/
fallback_malloc.cpp 56 static const size_t HEAP_SIZE = 512;
57 char heap[HEAP_SIZE] __attribute__((aligned));
60 typedef unsigned short heap_size; typedef in namespace:__anon24571
64 heap_size len; // size in units of "sizeof(heap_node)"
68 (heap_node*)(&heap[HEAP_SIZE]); // one past the end of the heap
84 freelist->len = HEAP_SIZE / sizeof(heap_node);
93 return ptr >= heap && ptr < (heap + HEAP_SIZE);
111 p->len = static_cast<heap_size>(p->len - nelems);
114 q->len = static_cast<heap_size>(nelems);
156 p->len = static_cast<heap_size>(
    [all...]
  /external/syslinux/gpxe/src/core/
malloc.c 83 #define HEAP_SIZE ( 512 * 1024 )
86 static char heap[HEAP_SIZE] __attribute__ (( aligned ( __alignof__(void *) )));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
fallback_malloc.cpp 56 static const size_t HEAP_SIZE = 512;
57 char heap[HEAP_SIZE] __attribute__((aligned));
60 typedef unsigned short heap_size; typedef in namespace:__anon666
64 heap_size len; // size in units of "sizeof(heap_node)"
68 (heap_node*)(&heap[HEAP_SIZE]); // one past the end of the heap
84 freelist->len = HEAP_SIZE / sizeof(heap_node);
93 return ptr >= heap && ptr < (heap + HEAP_SIZE);
111 p->len = static_cast<heap_size>(p->len - nelems);
114 q->len = static_cast<heap_size>(nelems);
156 p->len = static_cast<heap_size>(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 45 #define HEAP_SIZE (2*L_CODES+1)
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 45 #define HEAP_SIZE (2*L_CODES+1)
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
  /external/python/cpython2/Modules/zlib/
deflate.h 45 #define HEAP_SIZE (2*L_CODES+1)
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
  /external/python/cpython3/Modules/zlib/
deflate.h 45 #define HEAP_SIZE (2*L_CODES+1)
198 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
  /external/syslinux/com32/lib/zlib/
deflate.h 45 #define HEAP_SIZE (2*L_CODES+1)
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
  /external/zlib/src/
deflate.h 45 #define HEAP_SIZE (2*L_CODES+1)
198 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
  /toolchain/binutils/binutils-2.27/zlib/
deflate.h 45 #define HEAP_SIZE (2*L_CODES+1)
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */

Completed in 386 milliseconds