Searched defs:malloc (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/inkgc/ | ||
H A D | gc-core.h | 49 void *(*malloc)(std::size_t size); member in struct:Inkscape::GC::Ops 72 static inline void *malloc(std::size_t size) { function in struct:Inkscape::GC::Core 73 return _ops.malloc(size); 147 mem = Core::malloc(size); |
Completed in 31 milliseconds