TSortedMap::GetAllocatedSize

Helper function to return the amount of memory allocated by this container.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h

Include

#include "Containers/SortedMap.h"

Syntax

SIZE_T GetAllocatedSize() const

Remarks

Helper function to return the amount of memory allocated by this container. Only returns the size of allocations made directly by the container, not the elements themselves.

Returns

number of bytes allocated by this container.