NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
PoorMansAllocator::chunk Struct Reference

A chunk of memory, one element in the linked list of the memory pool. More...

Public Member Functions

 chunk (char *mem, chunk *next)
 

Public Attributes

char * mem_
 
chunknext_
 

Detailed Description

A chunk of memory, one element in the linked list of the memory pool.

Constructor & Destructor Documentation

PoorMansAllocator::chunk::chunk ( char *  mem,
chunk next 
)
inline

Member Data Documentation

char* PoorMansAllocator::chunk::mem_
chunk* PoorMansAllocator::chunk::next_

The documentation for this struct was generated from the following file: