Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/jemalloc/test/include/test/
A Dextent_hooks.h10 size_t size, bool committed, unsigned arena_ind);
20 size_t size, size_t size_a, size_t size_b, bool committed,
23 size_t size_a, void *addr_b, size_t size_b, bool committed,
99 bool committed, unsigned arena_ind) in extent_dalloc_hook() argument
113 err = default_hooks->dalloc(default_hooks, addr, size, committed, 0); in extent_dalloc_hook()
210 size_t size_a, size_t size_b, bool committed, unsigned arena_ind) in extent_split_hook() argument
216 addr, size, size_a, size_b, committed ? "true" : "false", in extent_split_hook()
227 committed, 0)); in extent_split_hook()
234 void *addr_b, size_t size_b, bool committed, unsigned arena_ind) in extent_merge_hook() argument
240 addr_a, size_a, addr_b, size_b, committed ? "true" : "false", in extent_merge_hook()
[all …]
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_typedefs.h.in14 * bool committed, unsigned arena_ind);
46 * size_t size_a, size_t size_b, bool committed, unsigned arena_ind);
54 * void *addr_b, size_t size_b, bool committed, unsigned arena_ind);
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dextent_inlines.h31 void extent_committed_set(extent_t *extent, bool committed);
36 bool committed, bool slab);
230 extent_committed_set(extent_t *extent, bool committed) in extent_committed_set() argument
232 extent->e_committed = committed; in extent_committed_set()
249 size_t usize, size_t sn, bool active, bool zeroed, bool committed, in extent_init() argument
261 extent_committed_set(extent, committed); in extent_init()
/third_party/ulib/jemalloc/src/
A Dextent.c13 size_t size, bool committed, unsigned arena_ind);
28 size_t size, size_t size_a, size_t size_b, bool committed,
31 size_t size_a, void *addr_b, size_t size_b, bool committed,
704 bool zeroed, committed; in extent_grow_retained() local
724 committed = false; in extent_grow_retained()
726 &zeroed, &committed, arena->dss_prec); in extent_grow_retained()
728 arena_extent_sn_next(arena), false, zeroed, committed, false); in extent_grow_retained()
1018 bool committed, unsigned arena_ind) in extent_dalloc_default() argument
1209 size_t size_a, size_t size_b, bool committed, unsigned arena_ind) in extent_split_default() argument
1300 void *addr_b, size_t size_b, bool committed, unsigned arena_ind) in extent_merge_default() argument
/third_party/ulib/jemalloc/test/unit/
A Darena_reset.c263 bool committed, unsigned arena_ind) in extent_dalloc_unmap() argument
266 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? in extent_dalloc_unmap()

Completed in 10 milliseconds