Lines Matching defs:ptr
165 value_type* ptr = static_cast<base_type*>(this)->allocate(n); in allocate() local
171 void deallocate( value_type* ptr, std::size_t n ) { in deallocate()
178 void construct( U* ptr, Args&&... args ) { in construct()
184 void destroy( U* ptr ) { in destroy()
276 value_type* ptr = static_cast<base_type*>(this)->allocate(n); in allocate() local
282 void deallocate(const pointer ptr, const std::size_t n){ in deallocate()
289 void construct( U* ptr, Args&&... args ) { in construct()
295 void destroy( U* ptr ) { in destroy()
418 void deallocate( value_type* ptr, std::size_t n ) { in deallocate()
425 void construct( U* ptr, Args&&... args ) { in construct()
431 void destroy( U* ptr ) { in destroy()