Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/CArenaAllocator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Allocate
(
uint32_t NumBytes |
CArenaAllocator Inline Methods. | uLang/Common/Memory/ArenaAllocator.h | |
static void * Allocate
(
const CAllocatorInstance* This, |
uLang/Common/Memory/ArenaAllocator.h |
Allocate(uint32_t)
Description
CArenaAllocator Inline Methods.
| Name | Allocate |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Memory/ArenaAllocator.h |
| Include Path | #include "uLang/Common/Memory/ArenaAllocator.h" |
void * Allocate
(
uint32_t NumBytes
)
Allocate(const CAllocatorInstance *, size_t)
| Name | Allocate |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Memory/ArenaAllocator.h |
| Include Path | #include "uLang/Common/Memory/ArenaAllocator.h" |
| Source | /Engine/Source/Runtime/Solaris/uLangCore/Private/uLang/Common/Memory/ArenaAllocator.cpp |
static void * Allocate
(
const CAllocatorInstance * This,
size_t NumBytes
)