Home
last modified time | relevance | path

Searched refs:huge_palloc (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/src/
Dhuge.c40 return (huge_palloc(tsd, arena, usize, chunksize, zero, tcache)); in huge_malloc()
44 huge_palloc(tsd_t *tsd, arena_t *arena, size_t usize, size_t alignment, in huge_palloc() function
347 return (huge_palloc(tsd, arena, usize, alignment, zero, tcache)); in huge_ralloc_move_helper()
Darena.c2612 ret = huge_palloc(tsd, arena, usize, alignment, zero, in arena_palloc()
/external/jemalloc/include/jemalloc/internal/
Dhuge.h14 void *huge_palloc(tsd_t *tsd, arena_t *arena, size_t usize, size_t alignment,
Dprivate_symbols.txt266 huge_palloc
Dprivate_namespace.h268 #define huge_palloc JEMALLOC_N(huge_palloc) macro
Dprivate_unnamespace.h268 #undef huge_palloc
Djemalloc_internal.h.in771 * Calculate the multi-chunk mapping that huge_palloc() would need in