Searched refs:malloc_atomic_uncollectable (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/inkgc/
H A Dgc-core.h52 void *(*malloc_atomic_uncollectable)(std::size_t size); member in struct:Inkscape::GC::Ops
81 static inline void *malloc_atomic_uncollectable(std::size_t size) { function in struct:Inkscape::GC::Core
82 return _ops.malloc_atomic_uncollectable(size);
155 mem = Core::malloc_atomic_uncollectable(size);

Completed in 951 milliseconds