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

/inkscape/src/inkgc/
H A Dgc-alloc.h2 * Inkscape::GC::Alloc - GC-aware STL allocator
27 class Alloc { class in namespace:Inkscape::GC
38 struct rebind { typedef Alloc<U, collect> other; };
40 Alloc() {} function in class:Inkscape::GC::Alloc
41 template <typename U> Alloc(Alloc<U, collect> const &) {} function in class:Inkscape::GC::Alloc
66 bool operator==(Alloc<T1, collect1> const &, Alloc<T2, collect2> const &) {
72 bool operator!=(Alloc<T1, collect1> const &, Alloc<T
[all...]
/inkscape/src/debug/
H A Dheap.cpp26 typedef std::vector<Heap *, GC::Alloc<Heap *, GC::MANUAL> > HeapCollection;
H A Dsimple-event.h69 std::vector<PropertyPair, GC::Alloc<PropertyPair, GC::AUTO> > _properties;
/inkscape/src/
H A Dcomposite-undo-stack-observer.h110 typedef std::list< UndoStackObserverRecord, GC::Alloc< UndoStackObserverRecord, GC::MANUAL > > UndoObserverRecordList;

Completed in 64 milliseconds