Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Djemalloc_cpp.cpp108 newImpl(std::size_t size) noexcept(IsNoExcept) { in newImpl() function
114 return newImpl<false>(size); in operator new()
119 return newImpl<false>(size); in operator new[]()
124 return newImpl<true>(size); in operator new()
129 return newImpl<true>(size); in operator new[]()
/freebsd/contrib/jemalloc/
H A DChangeLog312 - Refactor OOM handling in newImpl. (@wqfish)