Home
last modified time | relevance | path

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

/external/jemalloc/test/integration/
Dchunk.c14 static bool did_dalloc; variable
46 did_dalloc = true; in chunk_dalloc()
190 did_dalloc = false; in TEST_BEGIN()
198 assert_true(did_dalloc, "Expected dalloc"); in TEST_BEGIN()