Home
last modified time | relevance | path

Searched defs:n_allocators (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/
H A Dhierarchical_allocator.h42 uint32_t n_allocators, in HierarchicalAllocator()
90 uint32_t n_allocators, in to_spans()
/aosp_15_r20/external/executorch/runtime/core/test/
H A Dhierarchical_allocator_test.cpp93 constexpr size_t n_allocators = 2; in TEST_F() local