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.txt19 arena_chunk_ralloc_huge_expand
Dprivate_namespace.h19 #define arena_chunk_ralloc_huge_expand JEMALLOC_N(arena_chunk_ralloc_huge_expand) macro
Dprivate_unnamespace.h19 #undef arena_chunk_ralloc_huge_expand
Darena.h551 bool arena_chunk_ralloc_huge_expand(tsdn_t *tsdn, arena_t *arena,
/external/jemalloc/src/
Dhuge.c286 if (arena_chunk_ralloc_huge_expand(tsdn, arena, ptr, oldsize, usize, in huge_ralloc_no_move_expand()
Darena.c1062 arena_chunk_ralloc_huge_expand(tsdn_t *tsdn, arena_t *arena, void *chunk, in arena_chunk_ralloc_huge_expand() function