Searched refs:extent_commit_hook (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | extent_hooks.h | 11 static bool extent_commit_hook(extent_hooks_t *extent_hooks, void *addr, 30 extent_commit_hook, 119 extent_commit_hook(extent_hooks_t *extent_hooks, void *addr, size_t size, in extent_commit_hook() function 129 assert_ptr_eq(extent_hooks->commit, extent_commit_hook, in extent_commit_hook()
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | extent.c | 118 assert_ptr_ne(old_hooks->commit, extent_commit_hook, in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | arena_reset.c | 285 extent_commit_hook,
|
Completed in 5 milliseconds