OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:called_dalloc
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc_new/test/integration/
extent.c
49
called_dalloc
= false;
58
assert_true(
called_dalloc
, "Expected dalloc call");
/external/jemalloc_new/test/unit/
base.c
210
called_dalloc
= called_destroy = called_decommit = called_purge_lazy =
213
assert_true(
called_dalloc
, "Expected dalloc call");
arena_reset.c
278
called_dalloc
= true;
/external/jemalloc_new/test/include/test/
extent_hooks.h
54
static bool
called_dalloc
;
variable
115
called_dalloc
= true;
Completed in 148 milliseconds