Home | History | Annotate | Download | only in bits

Lines Matching defs:__nptr

1951 	auto __nptr = __node_alloc_traits::allocate(_M_node_allocator(), 1);
1952 __node_type* __n = std::__addressof(*__nptr);
1963 __node_alloc_traits::deallocate(_M_node_allocator(), __nptr, 1);