Function umpire::free

Function Documentation

void umpire::free(void *ptr)

Free any memory allocated with Umpire.

This method is a convenience wrapper around calls to the ResourceManager, it can be used to free allocations from any MemorySpace. *

Parameters
  • ptr: Address to free.