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

/external/jemalloc/include/jemalloc/internal/
H A Dhuge.h15 bool huge_ralloc_no_move(tsdn_t *tsdn, void *ptr, size_t oldsize,
H A Dprivate_namespace.h290 #define huge_ralloc_no_move JEMALLOC_N(huge_ralloc_no_move) macro
H A Dprivate_unnamespace.h290 #undef huge_ralloc_no_move macro
/external/jemalloc/src/
H A Dhuge.c317 huge_ralloc_no_move(tsdn_t *tsdn, void *ptr, size_t oldsize, size_t usize_min, function
389 if (!huge_ralloc_no_move(tsd_tsdn(tsd), ptr, oldsize, usize, usize,
H A Darena.c3293 return (huge_ralloc_no_move(tsdn, ptr, oldsize, usize_min,

Completed in 214 milliseconds