|
| virtual void * | Allocate (uint size, ::cohtml::MemTags::MemTagsType tag) |
| virtual void * | Reallocate (void *oldPtr, uint size, ::cohtml::MemTags::MemTagsType tag) |
| virtual void | Deallocate (void *ptr, ::cohtml::MemTags::MemTagsType) |
| virtual void * | AlignedAllocate (uint size, uint alignment, ::cohtml::MemTags::MemTagsType tag) |
| virtual void | AlignedDeallocate (void *ptr, ::cohtml::MemTags::MemTagsType) |
| virtual void * | VirtualAllocate (void *hint, uint size, int protection, int flags, ::cohtml::MemTags::MemTagsType) |
| virtual bool | VirtualFree (void *ptr, uint size, int flags, ::cohtml::MemTags::MemTagsType) |
|
MCAPI void * | $Allocate (uint size, ::cohtml::MemTags::MemTagsType tag) |
|
MCAPI void * | $Reallocate (void *oldPtr, uint size, ::cohtml::MemTags::MemTagsType tag) |
|
MCFOLD void | $Deallocate (void *ptr, ::cohtml::MemTags::MemTagsType) |
|
MCAPI void * | $AlignedAllocate (uint size, uint alignment, ::cohtml::MemTags::MemTagsType tag) |
|
MCFOLD void | $AlignedDeallocate (void *ptr, ::cohtml::MemTags::MemTagsType) |
|
MCAPI void * | $VirtualAllocate (void *hint, uint size, int protection, int flags, ::cohtml::MemTags::MemTagsType) |
|
MCAPI bool | $VirtualFree (void *ptr, uint size, int flags, ::cohtml::MemTags::MemTagsType) |