Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp311 unique_ptr<long, void (*)(void*)> new_longs(0, free); in copyfmt() local
332 new_longs.reset(static_cast<long*>(malloc(newsize))); in copyfmt()
334 if (!new_longs) in copyfmt()
370 __iarray_ = new_longs.release(); in copyfmt()