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);
55 bool zeroed, bool committed);
209 bool zeroed, committed; in chunk_recycle() local
251 committed = extent_node_committed_get(node); in chunk_recycle()
252 if (committed) in chunk_recycle()
282 zeroed, committed); in chunk_recycle()
292 + trailsize, *sn, zeroed, committed); in chunk_recycle()
297 trailsize, *sn, zeroed, committed); in chunk_recycle()
303 if (!committed && chunk_hooks->commit(ret, size, 0, size, arena->ind)) { in chunk_recycle()
306 cache, ret, size, *sn, zeroed, committed); in chunk_recycle()
513 void *chunk, size_t size, size_t sn, bool zeroed, bool committed) in chunk_record() argument
531 committed && !chunk_hooks->merge(chunk, size, in chunk_record()
566 committed); in chunk_record()
576 extent_node_committed_get(prev) == committed && in chunk_record()
608 void *chunk, size_t size, size_t sn, bool committed) in chunk_dalloc_cache() argument
618 committed); in chunk_dalloc_cache()
632 chunk_dalloc_default(void *chunk, size_t size, bool committed, in chunk_dalloc_default() argument
641 void *chunk, size_t size, size_t sn, bool zeroed, bool committed) in chunk_dalloc_wrapper() argument
656 err = chunk_hooks->dalloc(chunk, size, committed, arena->ind); in chunk_dalloc_wrapper()
661 if (committed) { in chunk_dalloc_wrapper()
662 committed = chunk_hooks->decommit(chunk, size, 0, size, in chunk_dalloc_wrapper()
665 zeroed = !committed || !chunk_hooks->purge(chunk, size, 0, size, in chunk_dalloc_wrapper()
669 committed); in chunk_dalloc_wrapper()
719 bool committed, unsigned arena_ind) in chunk_split_default() argument
741 bool committed, unsigned arena_ind) in chunk_merge_default() argument