![]() |
Public API Reference |
![]() |
Threadsafe allocator wrapper. More...
#include <csutil/allocator.h>
Inherits Allocator.
Protected Attributes | |
CS::Threading::RecursiveMutex | mutex |
Mutex to lock the wrapped allocator. |
Threadsafe allocator wrapper.
Definition at line 660 of file allocator.h.
CS::Threading::RecursiveMutex CS::Memory::AllocatorSafe< Allocator >::mutex [protected] |
Mutex to lock the wrapped allocator.
Definition at line 666 of file allocator.h.