1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Added a BinaryHeap visualizer

This commit is contained in:
Brian Fiete 2020-04-03 10:35:08 -07:00
parent ff33c7aca3
commit 2c6a72ba68

View file

@ -249,6 +249,16 @@ Value = "__clearHighBits(mAllocSizeAndFlags, 1)"
Size = "mSize"
ValueNode = "mItems[($i + mHead) % __clearHighBits(mAllocSizeAndFlags, 2)]"
[[Type]]
Name = "System.Collections.Generic.BinaryHeap<*>"
DisplayString = "{{ count={mSize} }}"
[[Type.Expand.Item]]
Name = "[Count]"
Value = "mSize"
[Type.Expand.ArrayItems]
Size = "mSize"
ValuePointer = "&this.mData.mFirstElement"
[[Type]]
Name = "System.Collections.Generic.Dictionary<*, *>"
DisplayString = "{{ count={mCount - mFreeCount} }}"