Searched refs:decommitted (Results 1 – 1 of 1) sorted by relevance
38 bool dirty, bool cleaned, bool decommitted);1687 bool decommitted; in arena_purge_stashed() local1711 decommitted = !chunk_hooks->decommit(chunk, chunksize, in arena_purge_stashed()1713 if (decommitted) { in arena_purge_stashed()1790 bool decommitted = (arena_mapbits_decommitted_get(chunk, in arena_unstash_purged() local1795 decommitted); in arena_unstash_purged()2121 bool cleaned, bool decommitted) in arena_run_dalloc() argument2143 if (!cleaned && !decommitted && arena_mapbits_dirty_get(chunk, run_ind) in arena_run_dalloc()2147 flag_decommitted = decommitted ? CHUNK_MAP_DECOMMITTED : 0; in arena_run_dalloc()2150 if (dirty || decommitted) { in arena_run_dalloc()[all …]