Home
last modified time | relevance | path

Searched refs:runtime_allocator_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/runtime/backend/
H A Dbackend_init_context.h24 : runtime_allocator_(runtime_allocator), method_name_(method_name) {} in runtime_allocator_() function
31 return runtime_allocator_; in get_runtime_allocator()
46 MemoryAllocator* runtime_allocator_ = nullptr;
/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp344 : runtime_allocator_(), in Memory()
352 &runtime_allocator_,
367 MallocMemoryAllocator runtime_allocator_; member in executorch::extension::pybindings::__anon7828bc6a0111::Module::Memory