Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dios.cpp289 unique_ptr<long, void (*)(void*)> new_longs(0, free); in copyfmt() local
306 new_longs.reset(static_cast<long*>(malloc(newsize))); in copyfmt()
307 if (!new_longs) in copyfmt()
340 __iarray_ = new_longs.release(); in copyfmt()