Searched refs:hooks (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | base.c | 67 memcpy(&hooks_orig, &hooks, sizeof(extent_hooks_t)); in TEST_BEGIN() 68 memcpy(&hooks, &hooks_null, sizeof(extent_hooks_t)); in TEST_BEGIN() 71 base = base_new(tsdn, 0, &hooks); in TEST_BEGIN() 91 memcpy(&hooks, &hooks_orig, sizeof(extent_hooks_t)); in TEST_BEGIN() 107 memcpy(&hooks_orig, &hooks, sizeof(extent_hooks_t)); in TEST_BEGIN() 108 memcpy(&hooks, &hooks_not_null, sizeof(extent_hooks_t)); in TEST_BEGIN() 112 base = base_new(tsdn, 0, &hooks); in TEST_BEGIN() 212 memcpy(&hooks, &hooks_orig, sizeof(extent_hooks_t)); in TEST_BEGIN()
|
| A D | arena_reset.c | 268 assert_ptr_eq(extent_hooks, &hooks, in extent_dalloc_unmap() 301 memcpy(&hooks_orig, &hooks, sizeof(extent_hooks_t)); in TEST_BEGIN() 302 memcpy(&hooks, &hooks_unmap, sizeof(extent_hooks_t)); in TEST_BEGIN() 305 arena_ind = do_arena_create(&hooks); in TEST_BEGIN() 326 memcpy(&hooks, &hooks_orig, sizeof(extent_hooks_t)); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | extent_hooks.h | 27 static extent_hooks_t hooks = { variable 84 assert_ptr_eq(extent_hooks, &hooks, in extent_alloc_hook() 106 assert_ptr_eq(extent_hooks, &hooks, in extent_dalloc_hook() 127 assert_ptr_eq(extent_hooks, &hooks, in extent_commit_hook() 149 assert_ptr_eq(extent_hooks, &hooks, in extent_decommit_hook() 171 assert_ptr_eq(extent_hooks, &hooks, in extent_purge_lazy_hook() 194 assert_ptr_eq(extent_hooks, &hooks, in extent_purge_forced_hook() 218 assert_ptr_eq(extent_hooks, &hooks, in extent_split_hook() 242 assert_ptr_eq(extent_hooks, &hooks, in extent_merge_hook()
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | extent.c | 109 new_hooks = &hooks; in TEST_BEGIN() 167 new_hooks = &hooks; in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/ |
| A D | README | 6 such as heap profiling and extensive monitoring/tuning hooks. Modern jemalloc
|
| A D | configure.ac | 1874 dnl Check for glibc malloc hooks
|
| A D | ChangeLog | 763 - Use glibc allocator hooks to make mixed allocator usage less likely.
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal_defs.h.in | 298 /* glibc malloc hooks (__malloc_hook, __realloc_hook, __free_hook). */
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 1079 $(LOCAL_DIR)/sanitizers/hooks.c \
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 8373 the hooks for per-table 32/64 switching have been removed from the code.
|
Completed in 28 milliseconds