OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arena_size
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp
19
const int
arena_size
= 256;
variable
24
const int
arena_size
= 262144;
variable
26
const int
arena_size
= 32768;
variable
35
static char arena[
arena_size
] __attribute__((aligned));
53
if (pos >
arena_size
)
/ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp
19
const int
arena_size
= 256;
variable
24
const int
arena_size
= 262144;
variable
26
const int
arena_size
= 32768;
variable
35
static char arena[
arena_size
] __attribute__((aligned));
53
if (pos >
arena_size
)
/external/jemalloc/src/
arena.c
3317
size_t
arena_size
;
local
[
all
...]
Completed in 179 milliseconds