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:
parent
e87bf5b029
commit
ae5d8313c4
1 changed files with 2 additions and 2 deletions
4
IDE/dist/BeefDbgVis.toml
vendored
4
IDE/dist/BeefDbgVis.toml
vendored
|
@ -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]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue