Searched refs:huge_ralloc (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | huge.h | 18 void *huge_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize,
|
D | private_symbols.txt | 270 huge_ralloc
|
D | private_namespace.h | 272 #define huge_ralloc JEMALLOC_N(huge_ralloc) macro
|
D | private_unnamespace.h | 272 #undef huge_ralloc
|
/external/jemalloc/src/ |
D | huge.c | 351 huge_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize, size_t usize, in huge_ralloc() function
|
D | arena.c | 3138 ret = huge_ralloc(tsd, arena, ptr, oldsize, usize, alignment, in arena_ralloc()
|
/external/jemalloc/ |
D | ChangeLog | 635 - Fix huge_ralloc() race when using mremap(2). This is a serious bug that 637 - Fix huge_ralloc() to maintain chunk statistics.
|