Searched defs:AllocatorWrapper (Results 1 – 2 of 2) sorted by relevance
29 AllocatorWrapper::AllocatorWrapper(const AclAllocator &backing_allocator) noexcept in AllocatorWrapper() function in arm_compute::AllocatorWrapper
241 explicit AllocatorWrapper(Allocator* wrapped) : wrapped_(wrapped) {} in AllocatorWrapper() function