Searched refs:decommitted (Results 1 – 1 of 1) sorted by relevance
42 bool cleaned, bool decommitted);1627 bool decommitted; in arena_purge_stashed() local1640 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() local1722 arena_run_dalloc(arena, run, false, true, decommitted); in arena_unstash_purged()1904 bool decommitted) in arena_run_dalloc() argument1926 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()[all …]