OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:did_alloc
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc_new/test/unit/
arena_reset.c
311
did_alloc
= false;
315
assert_true(
did_alloc
, "Expected alloc");
base.c
121
did_alloc
= false;
124
assert_true(
did_alloc
, "Expected alloc");
/external/jemalloc/test/integration/
chunk.c
13
static bool
did_alloc
;
variable
35
did_alloc
= true;
/external/jemalloc_new/test/include/test/
extent_hooks.h
64
static bool
did_alloc
;
variable
99
did_alloc
= (ret != NULL);
Completed in 213 milliseconds