Searched refs:huge_malloc (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dhuge.h12 void *huge_malloc(tsd_t *tsd, arena_t *arena, size_t usize, bool zero,
H A Dprivate_namespace.h267 #define huge_malloc JEMALLOC_N(huge_malloc) macro
H A Dprivate_unnamespace.h267 #undef huge_malloc macro
/external/jemalloc/src/
H A Dhuge.c34 huge_malloc(tsd_t *tsd, arena_t *arena, size_t usize, bool zero, function
346 return (huge_malloc(tsd, arena, usize, zero, tcache));
H A Darena.c2493 return (huge_malloc(tsd, arena, index2size(ind), zero, tcache));
2610 ret = huge_malloc(tsd, arena, usize, zero, tcache);

Completed in 2068 milliseconds