Searched refs:Alloc (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/inkgc/ |
H A D | gc-alloc.h | 2 * 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 D | heap.cpp | 26 typedef std::vector<Heap *, GC::Alloc<Heap *, GC::MANUAL> > HeapCollection;
|
H A D | simple-event.h | 69 std::vector<PropertyPair, GC::Alloc<PropertyPair, GC::AUTO> > _properties;
|
/inkscape/src/ |
H A D | composite-undo-stack-observer.h | 110 typedef std::list< UndoStackObserverRecord, GC::Alloc< UndoStackObserverRecord, GC::MANUAL > > UndoObserverRecordList;
|
Completed in 64 milliseconds