Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dios.cpp288 unique_ptr<int, void (*)(void*)> new_ints(0, free); in copyfmt() local
299 new_ints.reset(static_cast<int *>(malloc(newisize))); in copyfmt()
300 if (!new_ints) in copyfmt()
329 __index_ = new_ints.release(); in copyfmt()