Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLockFreeFixedSizeAllocator
Description
Gets the number of allocated memory blocks that are currently unused.
| Name | GetNumFree |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h |
| Include Path | #include "Containers/LockFreeFixedSizeAllocator.h" |
TTrackingCounter::IntegerType GetNumFree() const
Number of unused memory blocks.
See Also
- GetNumUsed