Navigation
API > API/Runtime > API/Runtime/uLangJSON
Custom allocator class that routes RapidJSON allocations through the uLang memory interface
| Name | JSONAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangJSON/Public/uLang/JSON/JSON.h |
| Include Path | #include "uLang/JSON/JSON.h" |
Syntax
class JSONAllocator
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Free
(
void* Ptr |
uLang/JSON/JSON.h | ||
static void * Malloc
(
size_t Size |
uLang/JSON/JSON.h | ||
static void * Realloc
(
void* OriginalPtr, |
uLang/JSON/JSON.h |