Home
last modified time | relevance | path

Searched refs:huge_ralloc_no_move (Results 1 – 6 of 6) sorted by relevance

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