HomeSort by relevance Sort by last modified time
    Searched full:iallocztm (Results 1 - 8 of 8) sorted by null

  /external/jemalloc/include/jemalloc/internal/
private_symbols.txt 274 iallocztm
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,
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,
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,
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,
private_namespace.h 276 #define iallocztm JEMALLOC_N(iallocztm) macro
private_unnamespace.h 276 #undef iallocztm macro
  /external/jemalloc/src/
quarantine.c 32 quarantine = (quarantine_t *)iallocztm(tsd, size, size2index(size),
prof.c 555 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsd, size,
793 ret.v = iallocztm(tsd, sizeof(prof_tctx_t),
    [all...]
jemalloc.c 321 return (iallocztm(NULL, size, size2index(size), zero, false,
    [all...]

Completed in 690 milliseconds