Searched refs:new_ints (Results 1 – 1 of 1) sorted by relevance
308 unique_ptr<int, void (*)(void*)> new_ints(0, free); in copyfmt() local321 new_ints.reset(static_cast<int *>(malloc(newisize))); in copyfmt()323 if (!new_ints) in copyfmt()357 __index_ = new_ints.release(); in copyfmt()