Searched refs:iallocztm (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 814 void *iallocztm(tsd_t *tsd, size_t size, bool zero, tcache_t *tcache, 872 iallocztm(tsd_t *tsd, size_t size, bool zero, tcache_t *tcache, bool is_metadata, in iallocztm() function 891 return (iallocztm(tsd, size, false, tcache, false, arena)); in imalloct() 898 return (iallocztm(tsd, size, false, tcache_get(tsd, true), false, NULL)); in imalloc() 905 return (iallocztm(tsd, size, true, tcache, false, arena)); in icalloct() 912 return (iallocztm(tsd, size, true, tcache_get(tsd, true), false, NULL)); in icalloc()
|
D | jemalloc_internal.h.in | 814 void *iallocztm(tsd_t *tsd, size_t size, bool zero, tcache_t *tcache, 872 iallocztm(tsd_t *tsd, size_t size, bool zero, tcache_t *tcache, bool is_metadata, function 891 return (iallocztm(tsd, size, false, tcache, false, arena)); 898 return (iallocztm(tsd, size, false, tcache_get(tsd, true), false, NULL)); 905 return (iallocztm(tsd, size, true, tcache, false, arena)); 912 return (iallocztm(tsd, size, true, tcache_get(tsd, true), false, NULL));
|
D | private_symbols.txt | 266 iallocztm
|
D | private_namespace.h | 266 #define iallocztm JEMALLOC_N(iallocztm) macro
|
D | private_unnamespace.h | 266 #undef iallocztm
|
/external/jemalloc/src/ |
D | quarantine.c | 29 quarantine = (quarantine_t *)iallocztm(tsd, offsetof(quarantine_t, objs) in quarantine_init()
|
D | prof.c | 547 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsd, offsetof(prof_gctx_t, in prof_gctx_create() 785 ret.v = iallocztm(tsd, sizeof(prof_tctx_t), false, tcache, true, in prof_lookup() 1697 tdata = (prof_tdata_t *)iallocztm(tsd, sizeof(prof_tdata_t), false, in prof_tdata_init_impl() 1930 ret = iallocztm(tsd, size, false, tcache_get(tsd, true), true, NULL); in prof_thread_name_alloc()
|
D | jemalloc.c | 298 return (iallocztm(NULL, size, zero, false, is_metadata, a0get())); in a0ialloc()
|