Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
GenericGrowableAllocator.h File Reference
#include "CoreMinimal.h"
#include "HAL/LowLevelMemTracker.h"
#include "Misc/ScopeLock.h"
#include "ProfilingDebugging/MemoryTrace.h"
#include "Stats/Stats.h"
+ Include dependency graph for GenericGrowableAllocator.h:

Go to the source code of this file.

Classes

struct  FGrowableAllocationBase
 
class  FGrowableMallocBase
 
class  FGrowableMallocChunk
 
class  FGrowableMallocChunk::FFreeEntry
 
class  TGenericGrowableAllocator< ChunkAllocatorType, GrowableAllocationBaseType >
 
struct  TGenericGrowableAllocator< ChunkAllocatorType, GrowableAllocationBaseType >::AllocFreeCounts
 
struct  TGenericGrowableAllocator< ChunkAllocatorType, GrowableAllocationBaseType >::AllocationInfo
 

Macros

#define ALLOCATION_HISTOGRAM   (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) && 1
 
#define ALLOCATION_HISTOGRAM_DETAILED   (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) && 0
 

Macro Definition Documentation

◆ ALLOCATION_HISTOGRAM

#define ALLOCATION_HISTOGRAM   (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) && 1

Definition at line 24 of file GenericGrowableAllocator.h.

◆ ALLOCATION_HISTOGRAM_DETAILED

#define ALLOCATION_HISTOGRAM_DETAILED   (!UE_BUILD_SHIPPING && !UE_BUILD_TEST) && 0

Definition at line 25 of file GenericGrowableAllocator.h.