BioDynaMo  v1.05.119-a4ff3934
Classes | Namespaces
memory_manager.h File Reference
#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"
Include dependency graph for memory_manager.h:
This graph shows which files directly or indirectly include this file:

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