Variable umpire::strategy::heuristic_percent_releasable_list

Variable Documentation

std::function<bool(const strategy::DynamicPoolList&)> umpire::strategy::heuristic_percent_releasable_list(int percentage)

Return true if specified percentage of pool is releasable.

When the specified percentage of the pool has been deallocated back to the pool, this heuristic will return true.

Return

True if specified percentage of memory in pool is releasable.

Parameters
  • percentage: The integer percentage of releasable memory to actual memory used by the pool.