Home
last modified time | relevance | path

Searched refs:decommitted (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Darena.c38 bool dirty, bool cleaned, bool decommitted);
1687 bool decommitted; in arena_purge_stashed() local
1711 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() local
1795 decommitted); in arena_unstash_purged()
2121 bool cleaned, bool decommitted) in arena_run_dalloc() argument
2143 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 …]