Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 158 of file stack_allocator.h.
Public Member Functions | |
handler_type () | |
handler_type (unsigned char *stack1, size_t size1) | |
~handler_type () | |
Public Attributes | |
unsigned char * | stack |
size_t | allocated_size |
size_t | max_size |
size_t | reference_count |
handler_type | ( | ) |
Definition at line 164 of file stack_allocator.h.
handler_type | ( | unsigned char * | stack1, |
size_t | size1 | ||
) |
Definition at line 172 of file stack_allocator.h.
~handler_type | ( | ) |
Definition at line 180 of file stack_allocator.h.
unsigned char* stack |
Definition at line 159 of file stack_allocator.h.
size_t allocated_size |
Definition at line 160 of file stack_allocator.h.
size_t max_size |
Definition at line 161 of file stack_allocator.h.
size_t reference_count |
Definition at line 162 of file stack_allocator.h.