Home
last modified time | relevance | path

Searched refs:called_dalloc (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/test/unit/
Dbase.c210 called_dalloc = called_destroy = called_decommit = called_purge_lazy = in TEST_BEGIN()
213 assert_true(called_dalloc, "Expected dalloc call"); in TEST_BEGIN()
Darena_reset.c278 called_dalloc = true; in extent_dalloc_unmap()
/external/jemalloc_new/test/integration/
Dextent.c49 called_dalloc = false; in test_extent_body()
58 assert_true(called_dalloc, "Expected dalloc call"); in test_extent_body()
/external/jemalloc_new/test/include/test/
Dextent_hooks.h54 static bool called_dalloc; variable
115 called_dalloc = true; in extent_dalloc_hook()