Function |
msoAllocatorAllocate |
Gets size bytes of memory with an 8-byte boundary |
Function |
msoAllocatorAllocateAligned |
Gets size bytes of memory with the boundary specified by align |
Function |
msoAllocatorEnableDebugMode |
Switches allocator to debug mode |
Function |
msoAllocatorFree |
Opens memory acquired by msoAllocatorAllocate( ), msoAllocatorAllocateAligned( ) |
Function |
msoAllocatorIsDebugMode |
Returns whether the allocator is operating in debug mode |
Function |
msoAllocatorGetDebugCookie |
Gets the debug cookie |
Function |
msoAllocatorSetDebugCookie |
Sets the debug cookie |
Function |
msoGetDefaultAllocator |
Gets the default allocator |
Function |
msoSetDefaultAllocator |
Sets the default allocator |
Function |
msoFree |
Releases memory using the default allocator |
Function |
msoMalloc |
Acquires memory using the default allocator |
Function |
msoMallocAligned |
Acquires memory using the default allocator |