Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Allocator.hpp File Reference
#include <toolbox/Config.h>
#include <cstddef>
Include dependency graph for Allocator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  toolbox::util::Allocator
 

Namespaces

namespace  toolbox
 
namespace  toolbox::util
 

Functions

TOOLBOX_API voidtoolbox::allocate (std::size_t size)
 
TOOLBOX_API void toolbox::deallocate (void *ptr, std::size_t size) noexcept