Home
last modified time | relevance | path

Searched defs:plugin_memory_allocate (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/windows/
H A Dwindows_filesystem.cc24 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem.h50 std::function<void*(size_t)> plugin_memory_allocate, in ModularFileSystem()
H A Dfilesystem_interface.h1074 void* (*plugin_memory_allocate)(size_t size); member
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
H A Dposix_filesystem.cc35 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dgcs_filesystem.cc72 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function