Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dios.cpp246 unique_ptr<long, void (*)(void*)> new_longs(0, free); in copyfmt() local
261 new_longs.reset(static_cast<long*>(malloc(newsize))); in copyfmt()
262 if (!new_longs) in copyfmt()
291 __iarray_ = new_longs.release(); in copyfmt()