Searched refs:extent_commit_hook (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/jemalloc_new/test/include/test/ |
H A D | extent_hooks.h | 13 static bool extent_commit_hook(extent_hooks_t *extent_hooks, void *addr, 33 extent_commit_hook, 143 extent_commit_hook(extent_hooks_t *extent_hooks, void *addr, size_t size, in extent_commit_hook() function 152 assert_ptr_eq(extent_hooks->commit, extent_commit_hook, in extent_commit_hook()
|
/aosp_15_r20/external/jemalloc_new/test/integration/ |
H A D | extent.c | 167 assert_ptr_ne(old_hooks->commit, extent_commit_hook, in test_manual_hook_body()
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | arena_reset.c | 293 extent_commit_hook,
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 96916 -static bool extent_commit_hook(extent_hooks_t *extent_hooks, void *addr, 96936 - extent_commit_hook, 97046 -extent_commit_hook(extent_hooks_t *extent_hooks, void *addr, size_t size, 97055 - expect_ptr_eq(extent_hooks->commit, extent_commit_hook, 99298 - expect_ptr_ne(old_hooks->commit, extent_commit_hook, 105635 - extent_commit_hook,
|