Home
last modified time | relevance | path

Searched defs:temp_allocator (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/runtime/kernel/test/
H A Dkernel_runtime_context_test.cpp74 MemoryAllocator temp_allocator( in TEST_F() local
85 MemoryAllocator temp_allocator( in TEST_F() local
96 TestMemoryAllocator temp_allocator( in TEST_F() local
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dmemory_manager_test.cpp45 MemoryAllocator temp_allocator(0, nullptr); in TEST() local
57 MemoryAllocator temp_allocator(0, nullptr); in TEST() local
/aosp_15_r20/external/executorch/extension/module/
H A Dmodule.cpp54 std::unique_ptr<runtime::MemoryAllocator> temp_allocator, in Module()
70 std::unique_ptr<runtime::MemoryAllocator> temp_allocator, in Module()
/aosp_15_r20/external/executorch/extension/training/module/
H A Dtraining_module.h39 std::move(temp_allocator), in Module()
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmemory_manager.h104 MemoryAllocator* temp_allocator() const { in temp_allocator() function
H A Dmethod.h274 MemoryAllocator* temp_allocator) in Method()
H A Dmethod.cpp566 MemoryAllocator* temp_allocator = memory_manager->temp_allocator(); in load() local
/aosp_15_r20/external/executorch/examples/arm/executor_runner/
H A Darm_executor_runner.cpp427 ArmMemoryAllocator temp_allocator( in main() local