Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dquarantine.h32 void quarantine_alloc_hook_work(tsd_t *tsd);
54 quarantine_alloc_hook_work(tsd); in quarantine_alloc_hook()
Dprivate_symbols.txt475 quarantine_alloc_hook_work
Dprivate_namespace.h475 #define quarantine_alloc_hook_work JEMALLOC_N(quarantine_alloc_hook_work) macro
Dprivate_unnamespace.h475 #undef quarantine_alloc_hook_work
/external/jemalloc/src/
Dquarantine.c43 quarantine_alloc_hook_work(tsd_t *tsd) in quarantine_alloc_hook_work() function