Searched refs:orig_hooks (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/integration/ |
D | chunk.c | 7 static chunk_hooks_t orig_hooks; variable 154 orig_hooks = old_hooks; in TEST_BEGIN() 272 assert_ptr_eq(old_hooks.alloc, orig_hooks.alloc, in TEST_BEGIN() 274 assert_ptr_eq(old_hooks.dalloc, orig_hooks.dalloc, in TEST_BEGIN() 276 assert_ptr_eq(old_hooks.commit, orig_hooks.commit, in TEST_BEGIN() 278 assert_ptr_eq(old_hooks.decommit, orig_hooks.decommit, in TEST_BEGIN() 280 assert_ptr_eq(old_hooks.purge, orig_hooks.purge, in TEST_BEGIN() 282 assert_ptr_eq(old_hooks.split, orig_hooks.split, in TEST_BEGIN() 284 assert_ptr_eq(old_hooks.merge, orig_hooks.merge, in TEST_BEGIN()
|