Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp258 size_t newisize = sizeof(int) * rhs.__event_size_; in copyfmt() local
259 new_ints.reset(static_cast<int*>(malloc(newisize))); in copyfmt()