#include <toppers/allocator.hpp>
Public メンバ関数 | |
| template<typename Sync> void * | allocate (Sync sync) |
| メモリブロックの割り付け | |
| void * | allocate () |
| メモリブロックの割り付け(永久待ち) | |
| void | deallocate (void *p) throw () |
| メモリブロックの解放 | |
| std::new_handler | set_new_handler (std::new_handler handler) |
| class_level_allocator のための set_new_handler 関数 | |