Function umpire::strategy::heuristic_all_allocations_are_releaseable

Function Documentation

bool umpire::strategy::heuristic_all_allocations_are_releaseable(const strategy::DynamicPool &dynamic_pool)

Return true if everything in pool is releaseable.

When everything has been deallocated back to the pool, this heuristic will return true.

Return
True if all memory in pool is releaseable.
Parameters
  • dynamic_pool: The dynamic pool object in question.