Home
last modified time | relevance | path

Searched refs:storage_begin (Results 1 – 3 of 3) sorted by relevance

/external/google-fruit/include/fruit/impl/data_structures/
Dfixed_size_allocator.defn.h104 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);
Dfixed_size_allocator.h44 char* storage_begin = nullptr; variable
/external/google-fruit/src/
Dfixed_size_allocator.cpp34 delete[] storage_begin; in ~FixedSizeAllocator()