OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arena_size
(Results
1 - 2
of
2
) 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
)
Completed in 210 milliseconds