Searched defs:Alloc (Results 1 - 1 of 1) 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...] |
Completed in 38 milliseconds