|
Macaulay2 Engine
|
#include <myalloc.hpp>
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| StatsAllocator () noexcept | |
| template<typename U> | |
| StatsAllocator (const StatsAllocator< U > &) noexcept | |
| T * | allocate (size_t num) |
| void | deallocate (T *p, std::size_t num) |
Definition at line 105 of file myalloc.hpp.