Searched defs:malloc_atomic (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/inkgc/ | ||
H A D | gc-core.h | 50 void *(*malloc_atomic)(std::size_t size); member in struct:Inkscape::GC::Ops 75 static inline void *malloc_atomic(std::size_t size) { function in struct:Inkscape::GC::Core 76 return _ops.malloc_atomic(size); 149 mem = Core::malloc_atomic(size); |
Completed in 293 milliseconds