Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/platform/
H A Dprofiler.h113 constexpr size_t prof_mem_alloc_info_offset = variable
115 constexpr size_t prof_mem_alloc_events_offset = prof_mem_alloc_info_offset +
204 using ::executorch::runtime::prof_mem_alloc_info_offset;
H A Dprofiler.cpp29 (prof_allocator_t*)((uintptr_t)prof_buf + prof_mem_alloc_info_offset);
178 mem_allocator_arr = (prof_allocator_t*)(base + prof_mem_alloc_info_offset); in profiling_create_block()