BioDynaMo
v1.05.120-25dc9790
|
#include <cassert>
#include <list>
#include <utility>
#include <vector>
#include "core/container/flatmap.h"
#include "core/real_t.h"
#include "core/util/numa.h"
#include "core/util/spinlock.h"
#include "core/util/thread_info.h"
Go to the source code of this file.
Classes | |
struct | bdm::memory_manager_detail::Node |
class | bdm::memory_manager_detail::List |
struct | bdm::memory_manager_detail::AllocatedBlock |
Contains metadata for an allocated memory block. More... | |
class | bdm::memory_manager_detail::NumaPoolAllocator |
Pool allocator for a specific allocation size and numa node. . More... | |
class | bdm::memory_manager_detail::PoolAllocator |
class | bdm::MemoryManager |
Namespaces | |
bdm | |
bdm::memory_manager_detail | |