Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dhuge.h18 void *huge_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize,
Dprivate_symbols.txt270 huge_ralloc
Dprivate_namespace.h272 #define huge_ralloc JEMALLOC_N(huge_ralloc) macro
Dprivate_unnamespace.h272 #undef huge_ralloc
/external/jemalloc/src/
Dhuge.c351 huge_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize, size_t usize, in huge_ralloc() function
Darena.c3138 ret = huge_ralloc(tsd, arena, ptr, oldsize, usize, alignment, in arena_ralloc()
/external/jemalloc/
DChangeLog635 - Fix huge_ralloc() race when using mremap(2). This is a serious bug that
637 - Fix huge_ralloc() to maintain chunk statistics.