wip : trying to fix the workspace view bounds detection

This commit is contained in:
2024-06-25 02:38:08 -04:00
parent 1f4d07727e
commit 1fe741034d
9 changed files with 59 additions and 25 deletions

View File

@ -72,7 +72,7 @@ hmap_chained_init :: proc( $HMapChainedType : typeid/HMapChained($Type), lookup_
pool_bucket_cap := pool_bucket_cap
if pool_bucket_cap == 0 {
pool_bucket_cap = cast(uint) int(lookup_capacity) * size_of( HMapChainedSlot(Type)) * 2
pool_bucket_cap = cast(uint) int(lookup_capacity) * size_of( HMapChainedSlot(Type)) //* 2
}
table.header = cast( ^HMapChainedHeader(Type)) raw_mem