Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/platform/
H A Dprofiler.h72 } prof_allocator_t; typedef
109 sizeof(prof_allocator_t) * MEM_PROFILE_MAX_ALLOCATORS;
116 sizeof(prof_allocator_t) * MEM_PROFILE_MAX_ALLOCATORS;
197 using ::executorch::runtime::prof_allocator_t;
H A Dprofiler.cpp28 static prof_allocator_t* mem_allocator_arr =
29 (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()