NEST
2.6.0,not_revisioned_source_dir@0
|
Go to the source code of this file.
Classes | |
class | sli::pool |
pool is a specialized allocator class for many identical small objects. More... | |
struct | sli::pool::link |
class | sli::pool::chunk |
class | PoorMansAllocator |
The poor man's allocator is a simple pool-based allocator, used to allocate storage for connections in the limit of large machines. More... | |
struct | PoorMansAllocator::chunk |
A chunk of memory, one element in the linked list of the memory pool. More... | |
class | PaddedPMA |
The Fujitsu compiler on K cannot handle OpenMP thread-private properly. More... | |
Namespaces | |
sli | |
Variables | |
const int | MAX_THREAD = 128 |
const int MAX_THREAD = 128 |
Referenced by nest::Scheduler::prepare_nodes().