Home
last modified time | relevance | path

Searched defs:slow_path (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h43 UNUSED size_t size, szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small()
107 szind_t binind, bool zero, bool slow_path) { in tcache_alloc_large()
169 bool slow_path) { in tcache_dalloc_small()
194 bool slow_path) { in tcache_dalloc_large()
Djemalloc_internal_inlines_c.h42 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm()
61 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { in ialloc()
105 bool is_internal, bool slow_path) { in idalloctm()
128 alloc_ctx_t *alloc_ctx, bool slow_path) { in isdalloct()
Darena_inlines_b.h88 tcache_t *tcache, bool slow_path) { in arena_malloc()
191 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_dalloc()
288 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_sdalloc()
/external/jemalloc_new/src/
Djemalloc.c2208 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) {
2247 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) {
Darena.c1454 bool slow_path) { in arena_dalloc_promoted()