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

/macosx-10.9.5/libauto-185.5/
H A DZoneCompaction.cpp65 template <typename T> struct CompactionZoneAllocator { struct in namespace:Auto
76 template <typename U> CompactionZoneAllocator(const CompactionZoneAllocator<U>&) {} argument
77 CompactionZoneAllocator() {} function in struct:Auto::CompactionZoneAllocator
78 CompactionZoneAllocator(const CompactionZoneAllocator&) {} argument
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 86 milliseconds