Skip to content

Commit b13753b

Browse files
LyeZinhoCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fe41527 commit b13753b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/architecture/memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public:
4848
4949
- All allocators use contiguous memory blocks
5050
- No dynamic memory after initial allocation
51-
- Thread-safe by design (no locks in hot path)
51+
- Not thread-safe for shared instances; use per-thread allocators or external synchronization
5252
- Zero heap allocations during normal operation
5353
5454
## See Also

0 commit comments

Comments
 (0)