Searched refs:isdalloct (Results 1 – 9 of 9) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_inlines_c.h | 127 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/include/jemalloc/internal/ |
D | jemalloc_internal.h | 1009 void isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, 1185 isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, in isdalloct() function 1199 isdalloct(tsd_tsdn(tsd), ptr, size, tcache, slow_path); in isqalloc()
|
D | private_symbols.txt | 311 isdalloct
|
D | private_namespace.h | 311 #define isdalloct JEMALLOC_N(isdalloct) macro
|
D | jemalloc_internal.h.in | 1009 void isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, 1185 isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, function 1199 isdalloct(tsd_tsdn(tsd), ptr, size, tcache, slow_path);
|
D | private_unnamespace.h | 311 #undef isdalloct
|
/external/jemalloc_new/src/ |
D | large.c | 308 isdalloct(tsdn, extent_addr_get(extent), oldusize, tcache, NULL, true); in large_ralloc()
|
D | jemalloc.c | 2296 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, ctx, false); 2298 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, ctx, true);
|
D | arena.c | 1672 isdalloct(tsdn, ptr, oldsize, tcache, NULL, true); in arena_ralloc()
|