summaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics')
-rw-r--r--Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h
index 66e89a5c..4c5a6a35 100644
--- a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h
+++ b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h
@@ -348,12 +348,10 @@ public:
OffsetType GetUsedSize()const{return m_MaxSize - m_FreeSize;}
// clang-format on
-#ifdef _DEBUG
- size_t DbgGetNumFreeBlocks() const
+ size_t GetNumFreeBlocks() const
{
return m_FreeBlocksByOffset.size();
}
-#endif
private:
void AddNewBlock(OffsetType Offset, OffsetType Size)