![]() |
Public API Reference |
![]() |
LocalBufferAllocator without safety checks, but suitable for use across modules. More...
#include <csutil/allocator.h>
LocalBufferAllocator without safety checks, but suitable for use across modules.
Since this class does not perform the same safety checks as LocalBufferAllocator it's good practice to start off with a normal (checked) LocalBufferAllocator and only move to using LocalBufferAllocatorUnchecked once you're sure there are no invalid usages.
Definition at line 332 of file allocator.h.