Searched refs:orig_hooks (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/integration/
H A Dchunk.c7 static chunk_hooks_t orig_hooks; variable
140 orig_hooks = old_hooks;
254 assert_ptr_eq(old_hooks.alloc, orig_hooks.alloc,
256 assert_ptr_eq(old_hooks.dalloc, orig_hooks.dalloc,
258 assert_ptr_eq(old_hooks.commit, orig_hooks.commit,
260 assert_ptr_eq(old_hooks.decommit, orig_hooks.decommit,
262 assert_ptr_eq(old_hooks.purge, orig_hooks.purge,
264 assert_ptr_eq(old_hooks.split, orig_hooks.split,
266 assert_ptr_eq(old_hooks.merge, orig_hooks.merge,

Completed in 1812 milliseconds