Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp568 PlatformMemoryAllocator* platform_allocator = in load() local
571 if (platform_allocator == nullptr) { in load()
574 new (platform_allocator) PlatformMemoryAllocator(); in load()
575 temp_allocator = platform_allocator; in load()