Searched refs:storage_begin (Results 1 – 3 of 3) sorted by relevance
104 storage_begin = new char[allocator_data.total_size + 1]; in FixedSizeAllocator()105 storage_last_used = storage_begin; in FixedSizeAllocator()117 std::swap(storage_begin, x.storage_begin); in FixedSizeAllocator()126 std::swap(storage_begin, x.storage_begin);
44 char* storage_begin = nullptr; variable
34 delete[] storage_begin; in ~FixedSizeAllocator()