Home
last modified time | relevance | path

Searched refs:arena_chunk_ralloc_huge_expand (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt16 arena_chunk_ralloc_huge_expand
Dprivate_namespace.h16 #define arena_chunk_ralloc_huge_expand JEMALLOC_N(arena_chunk_ralloc_huge_expand) macro
Dprivate_unnamespace.h16 #undef arena_chunk_ralloc_huge_expand
Darena.h522 bool arena_chunk_ralloc_huge_expand(arena_t *arena, void *chunk,
/external/jemalloc/src/
Dhuge.c262 if (arena_chunk_ralloc_huge_expand(arena, ptr, oldsize, usize, in huge_ralloc_no_move_expand()
Darena.c1035 arena_chunk_ralloc_huge_expand(arena_t *arena, void *chunk, size_t oldsize, in arena_chunk_ralloc_huge_expand() function