Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dmemory_buffer.hpp137 make_using_malloc(size_t size, size_t alignment = 1);
H A Dmemory_buffer.cpp302 std::unique_ptr<MemoryBuffer> MemoryBuffer::make_using_malloc(size_t size, size_t alignment) { in make_using_malloc() function in inmemoryfs::MemoryBuffer
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/test/
H A DInMemoryFileSystemTests.mm277 buffer = MemoryBuffer::make_using_malloc(length);