Home
last modified time | relevance | path

Searched refs:rTraits (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sal/cpprt/
H A Doperators_new_delete.cxx136 std::size_t n, AllocatorTraits const & rTraits) in allocate() argument
139 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() argument
164 return allocate (n, rTraits); in allocate()
174 static void deallocate (void * p, AllocatorTraits const & rTraits) in deallocate() argument
179 rtl_freeMemory (rTraits.fini(p)); in deallocate()

Completed in 16 milliseconds