| 9821 | bool HasExplicitBlockSize() const { return m_ExplicitBlockSize; } |
| 9822 | float GetPriority() const { return m_Priority; } |
| 9823 | const void* GetAllocationNextPtr() const { return m_pMemoryAllocateNext; } |
| 9824 | // To be used only while the m_Mutex is locked. Used during defragmentation. |
| 9825 | size_t GetBlockCount() const { return m_Blocks.size(); } |
| 9826 | // To be used only while the m_Mutex is locked. Used during defragmentation. |
no outgoing calls
no test coverage detected