Memory.h#
Fully qualified name: carb/Memory.h
In directory: carb
Source file: Memory.h
DLL Boundary safe memory management functions.
Classes#
- carb::Allocator
A class implementing the ' Allocator ' C++ Named Requirement.
- carb::Deleter
Allocated object deleter helper class.
- carb::UseCarbAllocatorAligned
An object can inherit from this class in order to use Carbonite allocation functions for creation/deletion.
Namespaces#
- carb
The main Carbonite namespace.
Structs#
- carb::Allocator::rebind
A struct that allows determining an allocator for class
U
through theother
type.