Searched refs:iallocztm (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal.h | 935 void *iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, 986 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm() function 1007 return (iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd, true), in ialloc()
|
| A D | private_symbols.txt | 234 iallocztm
|
| A D | private_namespace.h | 234 #define iallocztm JEMALLOC_N(iallocztm) macro
|
| A D | jemalloc_internal.h.in | 933 void *iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, 984 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, function 1005 return (iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd, true),
|
| A D | private_unnamespace.h | 234 #undef iallocztm
|
| /third_party/ulib/jemalloc/src/ |
| A D | prof.c | 548 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create() 788 ret.v = iallocztm(tsd_tsdn(tsd), sizeof(prof_tctx_t), in prof_lookup() 1872 tdata = (prof_tdata_t *)iallocztm(tsd_tsdn(tsd), sizeof(prof_tdata_t), in prof_tdata_init_impl() 2112 ret = iallocztm(tsdn, size, size2index(size), false, NULL, true, in prof_thread_name_alloc()
|
| A D | jemalloc.c | 308 return (iallocztm(TSDN_NULL, size, size2index(size), zero, NULL, in a0ialloc() 1475 return iallocztm(tsd_tsdn(tsd), size, ind, dopts->zero, tcache, false, in imalloc_no_sample()
|
Completed in 22 milliseconds