MemoryManager::Free

MemoryManager::Free
virtual void Free(const VideoMemoryAllocation& allocation) = 0;
Description

Frees the allocated block set by Alloc.

Parameters
Parameters 
Description 
const VideoMemoryAllocation& allocation 
The allocation structure containing all information about the allocation (size, type, arena, alignment)