Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h137 void tcache_dalloc_small(tcache_t *tcache, void *ptr, size_t binind);
353 tcache_dalloc_small(tcache_t *tcache, void *ptr, size_t binind) in tcache_dalloc_small() function
Dprivate_symbols.txt382 tcache_dalloc_small
Dprivate_namespace.h382 #define tcache_dalloc_small JEMALLOC_N(tcache_dalloc_small) macro
Dprivate_unnamespace.h382 #undef tcache_dalloc_small
Darena.h1156 tcache_dalloc_small(tcache, ptr, binind); in arena_dalloc()