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

/external/jemalloc/include/jemalloc/internal/
H A Dhuge.h14 bool huge_ralloc_no_move(void *ptr, size_t oldsize, size_t size,
H A Dprivate_namespace.h214 #define huge_ralloc_no_move JEMALLOC_N(huge_ralloc_no_move) macro
H A Dprivate_unnamespace.h214 #undef huge_ralloc_no_move macro
H A Djemalloc_internal.h892 return (huge_ralloc_no_move(ptr, oldsize, size, extra));
/external/jemalloc/src/
H A Dhuge.c75 huge_ralloc_no_move(void *ptr, size_t oldsize, size_t size, size_t extra) function
100 if (huge_ralloc_no_move(ptr, oldsize, size, extra) == false)

Completed in 489 milliseconds