UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::JSONAllocator Class Reference

#include <JSON.h>

Static Public Member Functions

static voidMalloc (size_t Size)
 
static voidRealloc (void *OriginalPtr, size_t OriginalSize, size_t NewSize)
 
static void Free (void *Ptr)
 

Detailed Description

Custom allocator class that routes RapidJSON allocations through the uLang memory interface

Member Function Documentation

◆ Free()

static void uLang::JSONAllocator::Free ( void Ptr)
inlinestatic

◆ Malloc()

static void * uLang::JSONAllocator::Malloc ( size_t  Size)
inlinestatic

◆ Realloc()

static void * uLang::JSONAllocator::Realloc ( void OriginalPtr,
size_t  OriginalSize,
size_t  NewSize 
)
inlinestatic

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