FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
fei_Pool::Chunk Struct Reference

Public Types

enum  { size = FEI_ALLOC_CHUNK_SIZE_K*1024-16 }
 

Public Attributes

char mem [size]
 
Chunknext
 

Detailed Description

Definition at line 36 of file fei_Pool.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
size 

Definition at line 40 of file fei_Pool.hpp.

Member Data Documentation

char fei_Pool::Chunk::mem[size]

Definition at line 41 of file fei_Pool.hpp.

Referenced by fei_Pool::grow().

Chunk* fei_Pool::Chunk::next

Definition at line 42 of file fei_Pool.hpp.

Referenced by fei_Pool::grow(), and fei_Pool::~fei_Pool().


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