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

/external/jemalloc/include/jemalloc/internal/
H A Dchunk.h59 bool chunk_register(const void *chunk, const extent_node_t *node);
H A Dprivate_namespace.h173 #define chunk_register JEMALLOC_N(chunk_register) macro
H A Dprivate_unnamespace.h173 #undef chunk_register macro
/external/jemalloc/src/
H A Dhuge.c23 return (chunk_register(ptr, node));
H A Dchunk.c142 chunk_register(const void *chunk, const extent_node_t *node) function
H A Darena.c603 return (chunk_register(chunk, &chunk->node));

Completed in 4538 milliseconds