|
ONE - On-device Neural Engine
|
Class to allocate memory. More...
#include <Allocator.h>
Public Member Functions | |
| Allocator (uint32_t capacity) | |
| uint8_t * | base () const |
| Get memory base pointer. | |
| void | release () |
Class to allocate memory.
Definition at line 34 of file Allocator.h.
| onert::backend::basic::Allocator::Allocator | ( | uint32_t | capacity | ) |
Definition at line 24 of file Allocator.cc.
References VERBOSE.
|
inline |
Get memory base pointer.
Definition at line 42 of file Allocator.h.
|
inline |
Definition at line 43 of file Allocator.h.