NEST  2.6.0,not_revisioned_source_dir@0
Classes | Namespaces | Variables
allocator.h File Reference

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
 

Variable Documentation

const int MAX_THREAD = 128