|
Rheolef
7.1
an efficient C++ finite element environment
|
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) |
Definition at line 181 of file heap_allocator.h.
Definition at line 197 of file heap_allocator.h.
Definition at line 222 of file heap_allocator.h.
| unsigned char * raw_allocate | ( | size_type | size | ) |
Definition at line 208 of file heap_allocator.h.
| std::list<std::vector<unsigned char> > heap |
Definition at line 189 of file heap_allocator.h.
| size_type heap_block_size |
Definition at line 190 of file heap_allocator.h.
| size_type heap_block_last_free |
Definition at line 191 of file heap_allocator.h.
| size_type reference_count |
Definition at line 192 of file heap_allocator.h.
Definition at line 193 of file heap_allocator.h.