OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HEAP_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/libcxxabi/src/
fallback_malloc.cpp
59
static const size_t
HEAP_SIZE
= 512;
60
char heap[
HEAP_SIZE
] __attribute__((aligned));
63
typedef unsigned short
heap_size
;
typedef in namespace:__anon27997
67
heap_size
len; // size in units of "sizeof(heap_node)"
71
(heap_node*)(&heap[
HEAP_SIZE
]); // one past the end of the heap
87
freelist->len =
HEAP_SIZE
/ sizeof(heap_node);
96
return ptr >= heap && ptr < (heap +
HEAP_SIZE
);
114
p->len = static_cast<
heap_size
>(p->len - nelems);
117
q->len = static_cast<
heap_size
>(nelems);
159
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)
198
struct ct_data_s dyn_ltree[
HEAP_SIZE
]; /* literal and length tree */
/external/u-boot/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 */
Completed in 871 milliseconds