FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
memory_pool.cpp
1// FEAT3: Finite Element Analysis Toolbox, Version 3
2// Copyright (C) 2010 by Stefan Turek & the FEAT group
3// FEAT3 is released under the GNU General Public License version 3,
4// see the file 'copyright.txt' in the top level directory for details.
5
6#include <kernel/util/memory_pool.hpp>
7
8// static member initialization
9std::map<void*, FEAT::Util::Intern::MemoryInfo> FEAT::MemoryPool::_pool;
static std::map< void *, Util::Intern::MemoryInfo > _pool
Map of all memory chunks in use.
Definition: memory_pool.hpp:56