Searched defs:MinimumAlignmentAlloc (Results 1 – 3 of 3) 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()
179 struct MinimumAlignmentAlloc : std::allocator<T> { struct183 explicit MinimumAlignmentAlloc(const MinimumAlignmentAlloc<U>& /*other*/) {} in MinimumAlignmentAlloc() function187 using other = MinimumAlignmentAlloc<U>; argument190 T* allocate(size_t n) { in allocate()197 void deallocate(T* ptr, size_t n) { in deallocate()