Searched refs:iallocztm (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 867 void *iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero, 928 iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm() function 947 return (iallocztm(tsd, size, ind, false, tcache, false, arena, true)); in imalloct() 954 return (iallocztm(tsd, size, ind, false, tcache_get(tsd, true), false, in imalloc() 962 return (iallocztm(tsd, size, ind, true, tcache, false, arena, true)); in icalloct() 969 return (iallocztm(tsd, size, ind, true, tcache_get(tsd, true), false, in icalloc()
|
D | jemalloc_internal.h.in | 867 void *iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero, 928 iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero, tcache_t *tcache, function 947 return (iallocztm(tsd, size, ind, false, tcache, false, arena, true)); 954 return (iallocztm(tsd, size, ind, false, tcache_get(tsd, true), false, 962 return (iallocztm(tsd, size, ind, true, tcache, false, arena, true)); 969 return (iallocztm(tsd, size, ind, true, tcache_get(tsd, true), false,
|
D | private_symbols.txt | 274 iallocztm
|
D | private_namespace.h | 276 #define iallocztm JEMALLOC_N(iallocztm) macro
|
D | private_unnamespace.h | 276 #undef iallocztm
|
/external/jemalloc/src/ |
D | quarantine.c | 32 quarantine = (quarantine_t *)iallocztm(tsd, size, size2index(size), in quarantine_init()
|
D | prof.c | 555 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsd, size, in prof_gctx_create() 793 ret.v = iallocztm(tsd, sizeof(prof_tctx_t), in prof_lookup() 1733 tdata = (prof_tdata_t *)iallocztm(tsd, sizeof(prof_tdata_t), in prof_tdata_init_impl() 1966 ret = iallocztm(tsd, size, size2index(size), false, tcache_get(tsd, in prof_thread_name_alloc()
|
D | jemalloc.c | 321 return (iallocztm(NULL, size, size2index(size), zero, false, in a0ialloc()
|