Searched defs:GC (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/
H A Dgc-finalized.cpp2 * Inkscape::GC::Finalized - mixin for GC-managed objects with non-trivial
25 namespace GC { namespace in namespace:Inkscape
H A Dgc-anchored.h16 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 Dgc-finalized.h2 * 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 Dgc-anchored.cpp2 * Inkscape::GC::Anchored - base class for anchored GC-managed objects
22 namespace GC { namespace in namespace:Inkscape
/inkscape/src/inkgc/
H A Dgc-managed.h2 * @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 Dgc-soft-ptr.h20 namespace GC { namespace in namespace:Inkscape
H A Dgc-alloc.h2 * 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 Dgc-core.h2 * @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 Dgc.cpp2 * 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 Dupmf_print.c3045 int GC; local
3046 int status = U_PMR_SETTEXTCONTRAST_get(contents, NULL, &GC);
3048 printf(" + GC:%d\n", GC);

Completed in 61 milliseconds