HomeSort by: relevance | last modified time | path
    Searched refs:mock_dump_hook_called (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_hook.c 8 bool mock_dump_hook_called = false; variable
45 mock_dump_hook_called = true;
133 mock_dump_hook_called = false;
138 expect_false(mock_dump_hook_called, "Called dump hook before it's set");
149 expect_true(mock_dump_hook_called, "Didn't call mock hook");
  /src/external/bsd/jemalloc/dist/test/unit/
prof_hook.c 13 bool mock_dump_hook_called = false; variable
57 mock_dump_hook_called = true;
165 mock_dump_hook_called = false;
171 expect_false(mock_dump_hook_called, "Called dump hook before it's set");
184 expect_true(mock_dump_hook_called, "Didn't call mock hook");

Completed in 37 milliseconds