Thread
Fields of this type
Fields
- _:void
- Avoid false sharing.
- mutex:std.Thread.Mutex
- Protects the state in this struct (per-thread state).
- next_addrs:[size_class_count]usize
- For each size class, tracks the next address to be returned from
- frees:[size_class_count]usize
- For each size class, points to the freed pointer.