Searched refs:rTraits (Results 1 – 1 of 1) sorted by relevance
136 std::size_t n, AllocatorTraits const & rTraits) in allocate() argument139 n = rTraits.size (n); in allocate()144 return rTraits.init (p); in allocate()159 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate() argument164 return allocate (n, rTraits); in allocate()174 static void deallocate (void * p, AllocatorTraits const & rTraits) in deallocate() argument179 rtl_freeMemory (rTraits.fini(p)); in deallocate()
Completed in 5 milliseconds