Searched refs:icallocx (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h757 void *icallocx(size_t size, bool try_tcache, arena_t *arena);
799 icallocx(size_t size, bool try_tcache, arena_t *arena) function
812 return (icallocx(size, true, NULL));
H A Dprivate_namespace.h207 #define icallocx JEMALLOC_N(icallocx) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dtcache.c295 tcache = (tcache_t *)icallocx(size, false, arena);
H A Djemalloc.c1421 return (icallocx(usize, try_tcache, arena));

Completed in 68 milliseconds