ArmNN
 22.08
Allocator Struct Reference

#include <MemoryManager.hpp>

Public Attributes

std::shared_ptr< ICustomAllocatorm_CustomAllocator {}
 Pointer to . More...
 
size_t m_Alignment = 0
 Value which the size of each buffer (actual data size + padding) has to be a multiple of. More...
 

Detailed Description

Definition at line 11 of file MemoryManager.hpp.

Member Data Documentation

◆ m_Alignment

size_t m_Alignment = 0

Value which the size of each buffer (actual data size + padding) has to be a multiple of.

Definition at line 16 of file MemoryManager.hpp.

◆ m_CustomAllocator

std::shared_ptr<ICustomAllocator> m_CustomAllocator {}

Pointer to .

Definition at line 14 of file MemoryManager.hpp.


The documentation for this struct was generated from the following file: