X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2FMemoryPool.h;h=c5668e5dfde6f85d208c36ff366daee712b2e517;hb=47c71901e7a97c226c8f1df749e3606d43656f32;hp=2ac33d45497e588aab1c058822002dd08e4be08e;hpb=7a1030772df696d2c07dc98c89a673a742ee5f64;p=freerainbowtables diff --git a/Common/rt api/MemoryPool.h b/Common/rt api/MemoryPool.h index 2ac33d4..c5668e5 100644 --- a/Common/rt api/MemoryPool.h +++ b/Common/rt api/MemoryPool.h @@ -38,12 +38,12 @@ public: private: bool debug; unsigned char* m_pMem; - unsigned int m_nMemSize; + uint64 m_nMemSize; - unsigned int m_nMemMax; + uint64 m_nMemMax; public: - unsigned char* Allocate(unsigned int nFileLen, unsigned int& nAllocatedSize); + unsigned char* Allocate(unsigned int nFileLen, uint64& nAllocatedSize); }; #endif