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

  /external/jemalloc_new/include/jemalloc/internal/
jemalloc_internal_inlines_c.h 41 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, function
62 return iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd), false,
  /external/jemalloc/include/jemalloc/internal/
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, function
1073 return (iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd, true),
    [all...]
private_namespace.h 294 #define iallocztm JEMALLOC_N(iallocztm) macro
    [all...]
private_unnamespace.h 294 #undef iallocztm macro

Completed in 211 milliseconds