Documentation for MemoryPool

Former-commit-id: 8464b058829189b16cc2336de6454a38f9ee3bdf
This commit is contained in:
Gawaboumga
2016-02-21 14:21:56 +01:00
parent 5c3b16f4a7
commit de5a994a5c
3 changed files with 115 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ namespace Nz
private:
MemoryPool(MemoryPool* pool);
std::unique_ptr<void*[]> m_freeList;
std::unique_ptr<void* []> m_freeList;
std::unique_ptr<UInt8[]> m_pool;
std::unique_ptr<MemoryPool> m_next;
std::atomic_uint m_freeCount;