BioDynaMo
v1.05.120-25dc9790
|
Contains metadata for an allocated memory block. More...
#include <memory_manager.h>
Public Member Functions | |
bool | IsFullyInitialized () const |
void | GetNextPageBatch (uint64_t size_n_pages, char **start, uint64_t *size) |
Public Attributes | |
char * | start_pointer_ |
char * | end_pointer_ |
char * | initialized_until_ |
Memory to the left has been initialized. More... | |
Contains metadata for an allocated memory block.
Definition at line 82 of file memory_manager.h.
void bdm::memory_manager_detail::AllocatedBlock::GetNextPageBatch | ( | uint64_t | size_n_pages, |
char ** | start, | ||
uint64_t * | size | ||
) |
Definition at line 140 of file memory_manager.cc.
bool bdm::memory_manager_detail::AllocatedBlock::IsFullyInitialized | ( | ) | const |
Definition at line 136 of file memory_manager.cc.
char* bdm::memory_manager_detail::AllocatedBlock::end_pointer_ |
Definition at line 88 of file memory_manager.h.
char* bdm::memory_manager_detail::AllocatedBlock::initialized_until_ |
Memory to the left has been initialized.
Definition at line 90 of file memory_manager.h.
char* bdm::memory_manager_detail::AllocatedBlock::start_pointer_ |
Definition at line 87 of file memory_manager.h.