Lines Matching refs:committed
23 static bool chunk_dalloc_default(void *chunk, size_t size, bool committed,
32 size_t size_b, bool committed, unsigned arena_ind);
34 size_t size_b, bool committed, unsigned arena_ind);
54 void *chunk, size_t size, bool zeroed, bool committed);
208 bool zeroed, committed; in chunk_recycle() local
247 committed = extent_node_committed_get(node); in chunk_recycle()
248 if (committed) in chunk_recycle()
277 cache, ret, size + trailsize, zeroed, committed); in chunk_recycle()
287 zeroed, committed); in chunk_recycle()
292 trailsize, zeroed, committed); in chunk_recycle()
298 if (!committed && chunk_hooks->commit(ret, size, 0, size, arena->ind)) { in chunk_recycle()
301 ret, size, zeroed, committed); in chunk_recycle()
478 void *chunk, size_t size, bool zeroed, bool committed) in chunk_record() argument
496 committed && !chunk_hooks->merge(chunk, size, in chunk_record()
529 committed); in chunk_record()
539 extent_node_committed_get(prev) == committed && in chunk_record()
569 size_t size, bool committed) in chunk_dalloc_cache() argument
578 &arena->chunks_ad_cached, true, chunk, size, false, committed); in chunk_dalloc_cache()
583 chunk_dalloc_default(void *chunk, size_t size, bool committed, in chunk_dalloc_default() argument
594 size_t size, bool zeroed, bool committed) in chunk_dalloc_wrapper() argument
604 if (!chunk_hooks->dalloc(chunk, size, committed, arena->ind)) in chunk_dalloc_wrapper()
607 if (committed) { in chunk_dalloc_wrapper()
608 committed = chunk_hooks->decommit(chunk, size, 0, size, in chunk_dalloc_wrapper()
611 zeroed = !committed || !chunk_hooks->purge(chunk, size, 0, size, in chunk_dalloc_wrapper()
614 &arena->chunks_ad_retained, false, chunk, size, zeroed, committed); in chunk_dalloc_wrapper()
661 bool committed, unsigned arena_ind) in chunk_split_default() argument
671 bool committed, unsigned arena_ind) in chunk_merge_default() argument