HomeSort by relevance Sort by last modified time
    Searched refs:icalloct (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 614 void *icalloct(size_t size, bool try_tcache, arena_t *arena);
660 icalloct(size_t size, bool try_tcache, arena_t *arena) function
673 return (icalloct(size, true, NULL));
private_namespace.h 217 #define icalloct JEMALLOC_N(icalloct) macro
private_unnamespace.h 217 #undef icalloct macro
  /external/jemalloc/src/
tcache.c 335 tcache = (tcache_t *)icalloct(size, false, arena);
jemalloc.c     [all...]

Completed in 278 milliseconds