Function umpire::malloc

Function Documentation

void *umpire::malloc(std::size_t size)

Allocate memory in the default space, with the default allocator.

This method is a convenience wrapper around calls to the ResourceManager to allocate memory in the default MemorySpace.

Parameters
  • size: Number of bytes to allocate.