UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Json::Private::FAllocatorImpl Class Reference

#include <RapidJsonUtils.h>

Public Member Functions

voidMalloc (size_t Count)
 
voidRealloc (void *Original, size_t, size_t Count)
 
bool operator== (const FAllocatorImpl &) const
 
bool operator!= (const FAllocatorImpl &) const
 

Static Public Member Functions

static void Free (void *Ptr)
 

Static Public Attributes

static const bool kNeedFree = true
 

Member Function Documentation

◆ Free()

static void UE::Json::Private::FAllocatorImpl::Free ( void Ptr)
inlinestatic

◆ Malloc()

void * UE::Json::Private::FAllocatorImpl::Malloc ( size_t  Count)
inline

◆ operator!=()

bool UE::Json::Private::FAllocatorImpl::operator!= ( const FAllocatorImpl ) const
inline

◆ operator==()

bool UE::Json::Private::FAllocatorImpl::operator== ( const FAllocatorImpl ) const
inline

◆ Realloc()

void * UE::Json::Private::FAllocatorImpl::Realloc ( void Original,
size_t  ,
size_t  Count 
)
inline

Member Data Documentation

◆ kNeedFree

const bool UE::Json::Private::FAllocatorImpl::kNeedFree = true
static

The documentation for this class was generated from the following file: