mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1196925 - Remove the non-existing relocatable store buffer counts from about:memory; r=njn
This commit is contained in:
parent
864b6cb1db
commit
a26200def8
@ -283,8 +283,6 @@ struct GCSizes
|
||||
macro(_, MallocHeap, storeBufferCells) \
|
||||
macro(_, MallocHeap, storeBufferSlots) \
|
||||
macro(_, MallocHeap, storeBufferWholeCells) \
|
||||
macro(_, MallocHeap, storeBufferRelocVals) \
|
||||
macro(_, MallocHeap, storeBufferRelocCells) \
|
||||
macro(_, MallocHeap, storeBufferGenerics)
|
||||
|
||||
GCSizes()
|
||||
|
@ -2511,14 +2511,6 @@ ReportJSRuntimeExplicitTreeStats(const JS::RuntimeStats& rtStats,
|
||||
KIND_HEAP, rtStats.runtime.gc.storeBufferWholeCells,
|
||||
"Whole cells in the store buffer.");
|
||||
|
||||
RREPORT_BYTES(rtPath + NS_LITERAL_CSTRING("runtime/gc/store-buffer/reloc-vals"),
|
||||
KIND_HEAP, rtStats.runtime.gc.storeBufferRelocVals,
|
||||
"Relocatable values in the store buffer.");
|
||||
|
||||
RREPORT_BYTES(rtPath + NS_LITERAL_CSTRING("runtime/gc/store-buffer/reloc-cells"),
|
||||
KIND_HEAP, rtStats.runtime.gc.storeBufferRelocCells,
|
||||
"Relocatable cells in the store buffer.");
|
||||
|
||||
RREPORT_BYTES(rtPath + NS_LITERAL_CSTRING("runtime/gc/store-buffer/generics"),
|
||||
KIND_HEAP, rtStats.runtime.gc.storeBufferGenerics,
|
||||
"Generic things in the store buffer.");
|
||||
|
Loading…
Reference in New Issue
Block a user