Reference documentation for deal.II version 9.2.0
|
Public Member Functions | |
Pool () | |
~Pool () | |
void | initialize (const size_type size) |
Public Attributes | |
std::vector< entry_type > * | data |
The class providing the actual storage for the memory pool.
This is where the actual storage for GrowingVectorMemory is provided. Only one of these pools is used for each vector type, thus allocating all vectors from the same storage.
Definition at line 414 of file vector_memory.h.