Searched refs:iallocztm (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/src/ |
D | quarantine.c | 30 quarantine = (quarantine_t *)iallocztm(tsdn, size, size2index(size), in quarantine_init()
|
D | prof.c | 556 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create() 796 ret.v = iallocztm(tsd_tsdn(tsd), sizeof(prof_tctx_t), in prof_lookup() 1801 tdata = (prof_tdata_t *)iallocztm(tsd_tsdn(tsd), sizeof(prof_tdata_t), in prof_tdata_init_impl() 2042 ret = iallocztm(tsdn, size, size2index(size), false, NULL, true, in prof_thread_name_alloc()
|
D | jemalloc.c | 336 return (iallocztm(TSDN_NULL, size, size2index(size), zero, NULL, in a0ialloc() 2163 return (iallocztm(tsdn, usize, ind, zero, tcache, false, arena,
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 993 void *iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, 1052 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm() function 1073 return (iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd, true), in ialloc()
|
D | private_symbols.txt | 294 iallocztm
|
D | private_namespace.h | 294 #define iallocztm JEMALLOC_N(iallocztm) macro
|
D | jemalloc_internal.h.in | 993 void *iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, 1052 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, function 1073 return (iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd, true),
|
D | private_unnamespace.h | 294 #undef iallocztm
|