Files
zig/lib/std/heap.zig
Andrew Kelley 658de75500 add std.heap.ThreadSafeAllocator
This wraps any allocator and makes it thread-safe by using a mutex.
2023-03-15 10:48:12 -07:00

30 KiB