Home
last modified time | relevance | path

Searched refs:hooks (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Dbase.c67 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 Darena_reset.c268 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 Dextent_hooks.h27 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 Dextent.c109 new_hooks = &hooks; in TEST_BEGIN()
167 new_hooks = &hooks; in TEST_BEGIN()
/third_party/ulib/jemalloc/
A DREADME6 such as heap profiling and extensive monitoring/tuning hooks. Modern jemalloc
A Dconfigure.ac1874 dnl Check for glibc malloc hooks
A DChangeLog763 - Use glibc allocator hooks to make mixed allocator usage less likely.
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_defs.h.in298 /* glibc malloc hooks (__malloc_hook, __realloc_hook, __free_hook). */
/third_party/ulib/musl/
A Dmusl-rules.mk1079 $(LOCAL_DIR)/sanitizers/hooks.c \
/third_party/lib/acpica/
A Dchanges.txt8373 the hooks for per-table 32/64 switching have been removed from the code.

Completed in 28 milliseconds