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 37 of file Allocator.h.
onert::backend::basic::Allocator::Allocator | ( | uint32_t | capacity | ) |
Definition at line 28 of file Allocator.cc.
References VERBOSE.
|
inline |
Get memory base pointer.
Definition at line 45 of file Allocator.h.
|
inline |
Definition at line 46 of file Allocator.h.