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

/macosx-10.10/libauto-186/
H A DZoneCompaction.cpp65 template <typename T> struct CompactionZoneAllocator { struct in namespace:Auto
74 template <typename U> struct rebind { typedef CompactionZoneAllocator<U> other; };
76 template <typename U> CompactionZoneAllocator(const CompactionZoneAllocator<U>&) {} argument
77 CompactionZoneAllocator() {} function in struct:Auto::CompactionZoneAllocator
78 CompactionZoneAllocator(const CompactionZoneAllocator&) {} argument
79 ~CompactionZoneAllocator() {}
100 void operator=(const CompactionZoneAllocator&);
104 template<> struct CompactionZoneAllocator<voi struct in namespace:Auto
114 operator ==(const CompactionZoneAllocator<T>&, const CompactionZoneAllocator<T>&) argument
120 operator !=(const CompactionZoneAllocator<T>&, const CompactionZoneAllocator<T>&) argument
[all...]

Completed in 59 milliseconds