This is the complete list of members for cohtml::IAllocator, including all inherited members.
AlignedAllocate(unsigned size, unsigned alignment, cohtml::MemTags::MemTagsType memtag)=0 | cohtml::IAllocator | pure virtual |
AlignedDeallocate(void *ptr, cohtml::MemTags::MemTagsType memtag)=0 | cohtml::IAllocator | pure virtual |
Allocate(unsigned size, cohtml::MemTags::MemTagsType memtag)=0 | cohtml::IAllocator | pure virtual |
Deallocate(void *ptr, cohtml::MemTags::MemTagsType memtag)=0 | cohtml::IAllocator | pure virtual |
IAllocator() | cohtml::IAllocator | |
Reallocate(void *ptr, unsigned size, cohtml::MemTags::MemTagsType memtag)=0 | cohtml::IAllocator | pure virtual |
VirtualAllocate(void *hint, unsigned size, int protection, int flags, cohtml::MemTags::MemTagsType memtag)=0 | cohtml::IAllocator | pure virtual |
VirtualFree(void *ptr, unsigned size, int flags, cohtml::MemTags::MemTagsType memtag)=0 | cohtml::IAllocator | pure virtual |
~IAllocator() | cohtml::IAllocator | virtual |