Searched refs:arena_chunk_ralloc_huge_expand (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 19 arena_chunk_ralloc_huge_expand
|
D | private_namespace.h | 19 #define arena_chunk_ralloc_huge_expand JEMALLOC_N(arena_chunk_ralloc_huge_expand) macro
|
D | private_unnamespace.h | 19 #undef arena_chunk_ralloc_huge_expand
|
D | arena.h | 551 bool arena_chunk_ralloc_huge_expand(tsdn_t *tsdn, arena_t *arena,
|
/external/jemalloc/src/ |
D | huge.c | 286 if (arena_chunk_ralloc_huge_expand(tsdn, arena, ptr, oldsize, usize, in huge_ralloc_no_move_expand()
|
D | arena.c | 1062 arena_chunk_ralloc_huge_expand(tsdn_t *tsdn, arena_t *arena, void *chunk, in arena_chunk_ralloc_huge_expand() function
|