1.26.2.1
Gameface
cohtml::IAllocator Member List

This is the complete list of members for cohtml::IAllocator, including all inherited members.

AlignedAllocate(unsigned size, unsigned alignment, cohtml::MemTags::MemTagsType memtag)=0cohtml::IAllocatorpure virtual
AlignedDeallocate(void *ptr, cohtml::MemTags::MemTagsType memtag)=0cohtml::IAllocatorpure virtual
Allocate(unsigned size, cohtml::MemTags::MemTagsType memtag)=0cohtml::IAllocatorpure virtual
Deallocate(void *ptr, cohtml::MemTags::MemTagsType memtag)=0cohtml::IAllocatorpure virtual
IAllocator()cohtml::IAllocator
Reallocate(void *ptr, unsigned size, cohtml::MemTags::MemTagsType memtag)=0cohtml::IAllocatorpure virtual
VirtualAllocate(void *hint, unsigned size, int protection, int flags, cohtml::MemTags::MemTagsType memtag)=0cohtml::IAllocatorpure virtual
VirtualFree(void *ptr, unsigned size, int flags, cohtml::MemTags::MemTagsType memtag)=0cohtml::IAllocatorpure virtual
~IAllocator()cohtml::IAllocatorvirtual