Home
last modified time | relevance | path

Searched refs:dwNewCount (Results 1 – 2 of 2) sorted by relevance

/dports/security/sancp/sancp-1.6.1-stable/
H A DMemoryPool.cc250 bool CMemoryPool::Resize(unsigned long dwNewCount) in Resize() argument
256 if(dwNewCount > m_dwCount) in Resize()
258 while(m_dwCount < dwNewCount) in Resize()
267 if(m_dwCount - dwNewCount > m_freePool.Count()) in Resize()
271 while(m_dwCount-- > dwNewCount) in Resize()
H A DMemoryPool.h84 bool Resize(unsigned long dwNewCount);