mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 17:28:41 -04:00
Merge branch 'master' of https://github.com/RetroShare/RetroShare
This commit is contained in:
commit
c4563dbb96
1 changed files with 4 additions and 2 deletions
|
@ -164,6 +164,8 @@ uint32_t FixedAllocator::currentSize() const
|
||||||
|
|
||||||
for(uint32_t i=0;i<_chunks.size();++i)
|
for(uint32_t i=0;i<_chunks.size();++i)
|
||||||
res += (_numBlocks - _chunks[i]->_blocksAvailable) * _blockSize ;
|
res += (_numBlocks - _chunks[i]->_blocksAvailable) * _blockSize ;
|
||||||
|
|
||||||
|
return res ;
|
||||||
}
|
}
|
||||||
void FixedAllocator::printStatistics() const
|
void FixedAllocator::printStatistics() const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue