Home
last modified time | relevance | path

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

/external/jemalloc_new/test/integration/
Dextent.c53 called_split = false; in test_extent_body()
63 assert_true(called_split, "Expected split call"); in test_extent_body()
74 called_split = false; in test_extent_body()
/external/jemalloc_new/test/include/test/
Dextent_hooks.h60 static bool called_split; variable
245 called_split = true; in extent_split_hook()