|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 185 of file heap_allocator.h.
Public Member Functions | |
| handler_type () | |
| ~handler_type () | |
| unsigned char * | raw_allocate (size_type size) |
Public Attributes | |
| std::list< std::vector< unsigned char > > | heap |
| size_type | heap_block_size |
| size_type | heap_block_last_free |
| size_type | reference_count |
Static Public Attributes | |
| static const size_type | heap_block_size_init = 512*sizeof(T) |
| handler_type | ( | ) |
Definition at line 201 of file heap_allocator.h.
| ~handler_type | ( | ) |
Definition at line 226 of file heap_allocator.h.
Definition at line 212 of file heap_allocator.h.
| std::list<std::vector<unsigned char> > heap |
Definition at line 193 of file heap_allocator.h.
Definition at line 194 of file heap_allocator.h.
Definition at line 195 of file heap_allocator.h.
Definition at line 196 of file heap_allocator.h.
Definition at line 197 of file heap_allocator.h.