Searched refs:huge_ralloc (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | huge.h | 17 void *huge_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize,
|
D | private_symbols.txt | 289 huge_ralloc
|
D | private_namespace.h | 289 #define huge_ralloc JEMALLOC_N(huge_ralloc) macro
|
D | private_unnamespace.h | 289 #undef huge_ralloc
|
/external/jemalloc/src/ |
D | huge.c | 379 huge_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize, in huge_ralloc() function
|
D | arena.c | 3351 ret = huge_ralloc(tsd, arena, ptr, oldsize, usize, alignment, in arena_ralloc()
|
/external/jemalloc/ |
D | ChangeLog | 770 - Fix huge_ralloc() race when using mremap(2). This is a serious bug that 772 - Fix huge_ralloc() to maintain chunk statistics.
|
/external/jemalloc_new/ |
D | ChangeLog | 1144 - Fix huge_ralloc() race when using mremap(2). This is a serious bug that 1146 - Fix huge_ralloc() to maintain chunk statistics.
|