Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinned2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * MallocSelect
(
SIZE_T Size, |
HAL/MallocBinned2.h | ||
void * MallocSelect
(
SIZE_T Size, |
HAL/MallocBinned2.h |
MallocSelect(SIZE_T, uint32)
| Name | MallocSelect |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h |
| Include Path | #include "HAL/MallocBinned2.h" |
void * MallocSelect
(
SIZE_T Size,
uint32 Alignment
)
MallocSelect(SIZE_T, uint32, bool)
| Name | MallocSelect |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h |
| Include Path | #include "HAL/MallocBinned2.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/MallocBinned2.cpp |
void * MallocSelect
(
SIZE_T Size,
uint32 Alignment,
bool bUseSmallPool
)