| 
    CommonLibSSE (Parapets fork)
    
   | 
 
#include <GAllocator.h>
  
Additional Inherited Members | |
  Public Types inherited from RE::GAllocatorBaseGH< SID > | |
| enum | { kStatID = SID } | 
  Static Public Member Functions inherited from RE::GAllocatorBaseGH< SID > | |
| static void * | Alloc (const void *a_heapAddr, UPInt a_size) | 
| static void * | Realloc (void *a_ptr, UPInt a_newSize) | 
| static void | Free (void *a_ptr) | 
  Static Public Member Functions inherited from RE::GConstructorMov< T > | |
| static void | Construct (void *a_ptr) | 
| static void | Construct (void *a_ptr, const T &a_source) | 
| template<class S > | |
| static void | ConstructAlt (void *a_ptr, const S &a_source) | 
| static void | ConstructArray (void *a_ptr, UPInt a_count) | 
| static void | ConstructArray (void *a_ptr, UPInt count, const T &source) | 
| static void | ConstructArray (void *a_ptr, UPInt a_count, const T *a_source) | 
| static void | Destruct (T *a_ptr) | 
| static void | DestructArray (T *a_ptr, UPInt a_count) | 
| static void | CopyArrayForward (T *a_dst, const T *a_src, UPInt a_count) | 
| static void | CopyArrayBackward (T *a_dst, const T *a_src, UPInt a_count) | 
| static bool | IsMovable () |