![]()  | 
  
    Ark Server API (ASA) - Wiki
    
   | 
 
#include <MallocAnsi.h>
 Inheritance diagram for FMallocAnsi:
 Collaboration diagram for FMallocAnsi:Additional Inherited Members | |
  Static Public Attributes inherited from FMalloc | |
| static TAtomic< uint64 > | MaxSingleAlloc | 
  Protected Member Functions inherited from FExec | |
| virtual bool | Exec_Dev (UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) | 
| virtual bool | Exec_Editor (UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) | 
Definition at line 16 of file MallocAnsi.h.
| FMallocAnsi::FMallocAnsi | ( | ) | 
Constructor enabling low fragmentation heap on platforms supporting it.
If possible determine the size of the memory allocated at the given address
| Original | - Pointer to memory we are checking the size of | 
| SizeOut | - If possible, this value is set to the size of the passed in pointer | 
Reimplemented from FMalloc.
Gets descriptive name for logging purposes.
Reimplemented from FMalloc.
Definition at line 52 of file MallocAnsi.h.
Returns if the allocator is guaranteed to be thread-safe and therefore doesn't need a unnecessary thread-safety wrapper around it.
Reimplemented from FMalloc.
Malloc
Implements FMalloc.
      
  | 
  overridevirtual | 
Realloc
Implements FMalloc.
Validates the allocator's heap
Reimplemented from FMalloc.