Use allocate in ArenaStlAllocator
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "arena_allocator.hpp"
|
||||
#include <cassert>
|
||||
#include <iomanip>
|
||||
|
||||
ArenaAllocator::~ArenaAllocator() {
|
||||
while (current_block_) {
|
||||
|
||||
Reference in New Issue
Block a user