![]() |
WPILibC++ 2025.3.2
|
Specialization of is_thread_safe_allocator to mark joint_allocator as thread safe. More...
#include <wpi/memory/joint_allocator.hpp>
Specialization of is_thread_safe_allocator to mark joint_allocator as thread safe.
This is an optimization to get rid of the mutex in allocator_storage, as joint allocator must not be shared between threads.