|
JASSv2
|
C++11 allocator class that uses a C allocator. See here: https://msdn.microsoft.com/en-us/library/aa985953.aspx. More...
#include <stdlib.h>#include <new>#include <memory>#include "asserts.h"#include "allocator.h"#include "allocator_pool.h"

Go to the source code of this file.
Classes | |
| class | JASS::allocator_cpp< TYPE > |
| C++ allocator based on the C allocator. More... | |
C++11 allocator class that uses a C allocator. See here: https://msdn.microsoft.com/en-us/library/aa985953.aspx.
1.8.13