|
|
virtual void * | Allocate (uint size, ::cohtml::MemTags::MemTagsType tag)=0 |
|
virtual void * | Reallocate (void *oldPtr, uint size, ::cohtml::MemTags::MemTagsType tag)=0 |
|
virtual void | Deallocate (void *, ::cohtml::MemTags::MemTagsType)=0 |
|
virtual void * | AlignedAllocate (uint size, uint alignment, ::cohtml::MemTags::MemTagsType tag)=0 |
|
virtual void | AlignedDeallocate (void *, ::cohtml::MemTags::MemTagsType)=0 |
|
virtual void * | VirtualAllocate (void *, uint, int, int, ::cohtml::MemTags::MemTagsType)=0 |
|
virtual bool | VirtualFree (void *, uint, int, ::cohtml::MemTags::MemTagsType)=0 |
The documentation for this class was generated from the following files: