Home
last modified time | relevance | path

Searched refs:dalloc (Results 1 – 5 of 5) sorted by relevance

/redis-3.2.3/deps/jemalloc/src/
H A Drtree.c14 rtree_node_dalloc_t *dalloc) in rtree_new() argument
31 rtree->dalloc = dalloc; in rtree_new()
76 rtree->dalloc(node); in rtree_delete_subtree()
H A Dchunk.c100 ATOMIC_COPY_HOOK(dalloc); in chunk_hooks_set()
585 if (!chunk_hooks->dalloc(chunk, size, committed, arena->ind)) in chunk_dalloc_arena()
614 chunk_hooks->dalloc(chunk, size, committed, arena->ind); in chunk_dalloc_wrapper()
615 if (config_valgrind && chunk_hooks->dalloc != chunk_dalloc_default) in chunk_dalloc_wrapper()
/redis-3.2.3/deps/jemalloc/test/integration/
H A Dchunk.c49 return (old_hooks.dalloc(chunk, size, committed, arena_ind)); in chunk_dalloc()
142 assert_ptr_ne(old_hooks.dalloc, chunk_dalloc, in TEST_BEGIN()
256 assert_ptr_eq(old_hooks.dalloc, orig_hooks.dalloc, in TEST_BEGIN()
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Drtree.h83 rtree_node_dalloc_t *dalloc; member
98 rtree_node_dalloc_t *dalloc);
/redis-3.2.3/deps/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h.in51 chunk_dalloc_t *dalloc; member