This function shall deallocate the old object ptr_ and return a pointer to a new object that has the size specified by size. In case ptr_ is NULL, a new array shall be allocated.
See Implementation
This function shall deallocate the old object ptr_ and return a pointer to a new object that has the size specified by size. In case ptr_ is NULL, a new array shall be allocated.