From f2c7e698445b9ceeacd9b2a06b953839212e9b66 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Thu, 15 May 2025 17:15:53 -0700 Subject: [PATCH] natvis for hash table --- src/linker/linker.natvis | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/linker/linker.natvis b/src/linker/linker.natvis index 82533c44..60194335 100644 --- a/src/linker/linker.natvis +++ b/src/linker/linker.natvis @@ -26,11 +26,11 @@ - + {{count={count} first={first} last={last} }} @@ -115,6 +115,28 @@ v + + + + empty + + + first + next + v + + + + + + cap + count + free_buckets + + cap + buckets + +