Lines Matching refs:decommitted
42 bool cleaned, bool decommitted);
1627 bool decommitted; in arena_purge_stashed() local
1640 decommitted = !chunk_hooks->decommit(chunk, chunksize, in arena_purge_stashed()
1642 if (decommitted) { in arena_purge_stashed()
1718 bool decommitted = (arena_mapbits_decommitted_get(chunk, in arena_unstash_purged() local
1722 arena_run_dalloc(arena, run, false, true, decommitted); in arena_unstash_purged()
1904 bool decommitted) in arena_run_dalloc() argument
1926 if (!cleaned && !decommitted && arena_mapbits_dirty_get(chunk, run_ind) in arena_run_dalloc()
1930 flag_decommitted = decommitted ? CHUNK_MAP_DECOMMITTED : 0; in arena_run_dalloc()
1933 if (dirty || decommitted) { in arena_run_dalloc()
2551 bool decommitted = (arena_mapbits_decommitted_get(chunk, in arena_palloc_large() local
2554 assert(decommitted); /* Cause of OOM. */ in arena_palloc_large()
2555 arena_run_dalloc(arena, run, dirty, false, decommitted); in arena_palloc_large()