Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dinmemory_filesystem_py.cpp38 void* alloc_using_mmap(size_t size) { in alloc_using_mmap() function
87 void* backing_buffer = alloc_using_mmap(py_bytes_obj_total_length); in get_bytes_from_external_memory()
H A Dmemory_buffer.cpp31 MMAP_HANDLE alloc_using_mmap(size_t size) { in alloc_using_mmap() function
315 auto ptr = alloc_using_mmap(size); in make_using_mmap()