OGLplus  (0.59.0) a C++ wrapper for rendering APIs

default_alloc.hpp
Go to the documentation of this file.
1 
9 #ifndef EAGINE_MEMORY_DEFAULT_ALLOC_HPP
10 #define EAGINE_MEMORY_DEFAULT_ALLOC_HPP
11 
12 #include "c_realloc.hpp"
13 
14 namespace eagine::memory {
15 
16 using default_byte_allocator = c_byte_reallocator<>;
17 
18 } // namespace eagine::memory
19 
20 #endif // EAGINE_MEMORY_DEFAULT_ALLOC_HPP

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).