Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/profiler/
H A Dparse_profiler_results.py58 max_allocator_entries: int
299 base_offset += prof_allocator_struct_size * prof_header.max_allocator_entries
/aosp_15_r20/external/executorch/runtime/platform/
H A Dprofiler.cpp172 prof_header->max_allocator_entries = MEM_PROFILE_MAX_ALLOCATORS; in profiling_create_block()
H A Dprofiler.h85 uint32_t max_allocator_entries; member