Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dmanaged_memory_manager.h37 method_allocator_pool_(new uint8_t[method_allocator_bytes]),
38 method_allocator_(method_allocator_bytes, method_allocator_pool_.get()),
50 std::unique_ptr<uint8_t[]> method_allocator_pool_; variable