WPILibC++ 2025.1.1
|
Specifies whether or not a RawAllocator is thread safe as-is. More...
#include <wpi/memory/threading.hpp>
Specifies whether or not a RawAllocator is thread safe as-is.
This allows to use no_mutex as an optimization. Note that stateless allocators are implictly thread-safe. Specialize it only for your own stateful allocators.