|
DHART
|
#include <nanort.h>
Collaboration diagram for nanort::StackAllocator< T, stack_capacity >::Source:Public Member Functions | |
| Source () | |
| T * | stack_buffer () |
| const T * | stack_buffer () const |
Public Attributes | |
| char | stack_buffer_ [sizeof(T[stack_capacity])] |
| bool | used_stack_buffer_ |
|
inline |
|
inline |
Definition at line 150 of file nanort.h.
References nanort::StackAllocator< T, stack_capacity >::Source::stack_buffer_.
Referenced by nanort::StackAllocator< T, stack_capacity >::allocate(), and nanort::StackAllocator< T, stack_capacity >::deallocate().
Here is the caller graph for this function:
|
inline |
Definition at line 151 of file nanort.h.
References nanort::StackAllocator< T, stack_capacity >::Source::stack_buffer_.
| char nanort::StackAllocator< T, stack_capacity >::Source::stack_buffer_[sizeof(T[stack_capacity])] |
Definition at line 165 of file nanort.h.
Referenced by nanort::StackAllocator< T, stack_capacity >::Source::stack_buffer().
| bool nanort::StackAllocator< T, stack_capacity >::Source::used_stack_buffer_ |
Definition at line 169 of file nanort.h.
Referenced by nanort::StackAllocator< T, stack_capacity >::allocate(), and nanort::StackAllocator< T, stack_capacity >::deallocate().