HomeSort by relevance Sort by last modified time
    Searched refs:did_dalloc (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/test/integration/
chunk.c 14 static bool did_dalloc; variable
46 did_dalloc = true;
190 did_dalloc = false;
198 assert_true(did_dalloc, "Expected dalloc");
  /external/jemalloc_new/test/unit/
arena_reset.c 283 did_dalloc = true;
322 did_dalloc = false;
324 assert_true(did_dalloc, "Expected dalloc");
  /external/jemalloc_new/test/include/test/
extent_hooks.h 65 static bool did_dalloc; variable
120 did_dalloc = !err;

Completed in 314 milliseconds