Searched defs:plugin_memory_allocate (Results 1 – 5 of 5) sorted by relevance
24 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function
50 std::function<void*(size_t)> plugin_memory_allocate, in ModularFileSystem()
1074 void* (*plugin_memory_allocate)(size_t size); member
35 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function
72 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function