Home
last modified time | relevance | path

Searched refs:isdalloct (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_inlines_c.h127 isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, in isdalloct() function
168 isdalloct(tsdn, ptr, oldsize, tcache, NULL, true); in iralloct_realign()
/external/jemalloc_new/src/
Dlarge.c308 isdalloct(tsdn, extent_addr_get(extent), oldusize, tcache, NULL, true); in large_ralloc()
Djemalloc.c2296 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, ctx, false);
2298 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, ctx, true);
Darena.c1672 isdalloct(tsdn, ptr, oldsize, tcache, NULL, true); in arena_ralloc()