Searched refs:gcollect (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/debug/ | ||
H A D | gc-heap.h | 35 void force_collect() { GC::Core::gcollect(); } |
/inkscape/src/inkgc/ | ||
H A D | gc.cpp | 285 Core::gcollect(); 286 Core::gcollect(); |
H A D | gc-core.h | 63 void (*gcollect)(); member in struct:Inkscape::GC::Ops 110 static inline void gcollect() { function in struct:Inkscape::GC::Core 111 _ops.gcollect(); |
/inkscape/src/ui/dialog/ | ||
H A D | memory.cpp | 229 GC::Core::gcollect(); |
Completed in 1097 milliseconds