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

Update for dictionary allocator

This commit is contained in:
Brian Fiete 2022-05-15 08:01:24 -07:00
parent e87bf5b029
commit ae5d8313c4

View file

@ -538,7 +538,7 @@ Name = "[RawChars]"
Value = "mPtr,arraysize=mLength"
[[Type]]
Name = "Beefy::Dictionary<*, *>"
Name = "Beefy::Dictionary<*, *, *>"
DisplayString = "{{ count={mCount - mFreeCount} }}"
[[Type.Expand.Item]]
Name = "[Count]"
@ -552,7 +552,7 @@ Value = "mValue"
Next = "mNext"
[[Type]]
Name = "Beefy::Dictionary<*, *>::Entry"
Name = "Beefy::Dictionary<*, *, *>::Entry"
DisplayString = "{{[{*($T1*)&mKey}, {*($T2*)&mValue}]}}"
[[Type.Expand.Item]]
Name = "[Key]"