Searched defs:MinimumAlignmentAlloc (Results 1 – 4 of 4) sorted by relevance
179 struct MinimumAlignmentAlloc : std::allocator<T> { struct183 explicit MinimumAlignmentAlloc(const MinimumAlignmentAlloc<U>& /*other*/) {} in MinimumAlignmentAlloc() argument187 using other = MinimumAlignmentAlloc<U>; argument190 T* allocate(size_t n) { in allocate()197 void deallocate(T* ptr, size_t n) { in deallocate()