Searched refs:rTraits (Results 1 – 1 of 1) sorted by relevance
148 std::size_t n, AllocatorTraits const & rTraits) in allocate() argument151 n = rTraits.size (n); in allocate()156 return rTraits.init (p); in allocate()171 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate() argument176 return allocate (n, rTraits); in allocate()186 static void deallocate (void * p, AllocatorTraits const & rTraits) in deallocate() argument191 rtl_freeMemory (rTraits.fini(p)); in deallocate()
Completed in 13 milliseconds