Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinned > API/Runtime/Core/FMallocBinned/Private
Description
Releases memory back to the system. This is not protected from multi-threaded access and it's the callers responsibility to Lock AccessGuard before calling this.
| Name | FreeInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Private/HAL/MallocBinned.cpp |
| Include Path | #include "HAL/MallocBinned.cpp" |
static void FreeInternal
(
FMallocBinned & Allocator,
void * Ptr
)