mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
GC marking in addr order for cache, improved reporting
This commit is contained in:
parent
9197c60964
commit
9c9bfdc6d4
4 changed files with 216 additions and 52 deletions
|
@ -292,8 +292,8 @@ void BFGC::RawReportHandleSpan(tcmalloc_raw::Span* span, int expectedStartPage,
|
|||
else
|
||||
{
|
||||
(*sizeMap).TryAdd(type, NULL, &sizePtr);
|
||||
sizePtr->mSize += elementSize;
|
||||
sizePtr->mCount++;
|
||||
sizePtr->mRawSize += elementSize;
|
||||
sizePtr->mRawCount++;
|
||||
}
|
||||
objectCount++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue