Searched defs:GC (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/ |
H A D | gc-finalized.cpp | 2 * Inkscape::GC::Finalized - mixin for GC-managed objects with non-trivial 25 namespace GC { namespace in namespace:Inkscape
|
H A D | gc-anchored.h | 16 namespace GC { namespace in namespace:Inkscape 25 * unless a subclass also inherits from Inkscape::GC::Finalized. 39 * pointers between two GC-managed objects. 41 * @see Inkscape::GC::Managed 42 * @see Inkscape::GC::Finalized 43 * @see Inkscape::GC::anchor 44 * @see Inkscape::GC::release
|
H A D | gc-finalized.h | 2 * Inkscape::GC::Finalized - mixin for GC-managed objects with non-trivial 25 namespace GC { namespace in namespace:Inkscape 44 * finalizable, and otherwise use GC::soft_ptr<> instead of a regular 49 * @see Inkscape::GC::soft_ptr<> 87 // 1. one of our members is also a GC::Finalized and had
|
H A D | gc-anchored.cpp | 2 * Inkscape::GC::Anchored - base class for anchored GC-managed objects 22 namespace GC { namespace in namespace:Inkscape
|
/inkscape/src/inkgc/ |
H A D | gc-managed.h | 2 * @brief Base class for GC-managed objects 21 namespace GC { namespace in namespace:Inkscape 46 void operator delete(void *p) { return ::operator delete(p, GC); }
|
H A D | gc-soft-ptr.h | 20 namespace GC { namespace in namespace:Inkscape
|
H A D | gc-alloc.h | 2 * Inkscape::GC::Alloc - GC-aware STL allocator 24 namespace GC { namespace in namespace:Inkscape 59 void deallocate(pointer p, size_type) { ::operator delete(p, GC); }
|
H A D | gc-core.h | 2 * @brief Wrapper for Boehm GC 29 namespace GC { namespace in namespace:Inkscape 42 GC enumerator in enum:Inkscape::GC::Delete 136 Inkscape::GC::ScanPolicy scan, 137 Inkscape::GC::CollectionPolicy collect, 138 Inkscape::GC::CleanupFunc cleanup=NULL, 142 using namespace Inkscape::GC; 168 Inkscape::GC::ScanPolicy scan, 169 Inkscape::GC::CleanupFunc cleanup=NULL, 173 return operator new(size, scan, Inkscape::GC [all...] |
H A D | gc.cpp | 2 * Wrapper for Boehm GC. 22 namespace GC { namespace in namespace:Inkscape 77 #else // compatibility with older Boehm GC versions 121 #else // compatibility with older Boehm GC versions 172 : runtime_error(std::string("Unknown GC mode \"") + mode + "\"") 194 g_error("Attempt to use GC allocator before call to Inkscape::GC::init()");
|
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 3045 int GC; local 3046 int status = U_PMR_SETTEXTCONTRAST_get(contents, NULL, &GC); 3048 printf(" + GC:%d\n", GC);
|
Completed in 32 milliseconds