modular-avatar/UnitTests~/ArmatureAwase
bd_ 0024be06e0
fix: FreeSegment "segment not found" errors (#800)
Zero-length allocations could result in multiple entries with the same offset in the segment map. This would then break subsequent lookups.

Fixed by increasing these allocations to a minimum length of one.
2024-03-25 10:09:43 +00:00
..
AllocationMapTest.cs fix: FreeSegment "segment not found" errors (#800) 2024-03-25 10:09:43 +00:00
AllocationMapTest.cs.meta opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
NativeMemoryManagerTest.cs opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00
NativeMemoryManagerTest.cs.meta opti: fix perf regressions in new armature lock system (#729) 2024-03-05 17:26:30 +09:00