Duplicate the buffer p. @param p buffer to be duplicated @return Pointer to a newly allocated buffer containing a copy of p or NULL if the buffer cannot be allocated.
See Implementation
Duplicate the buffer p. @param p buffer to be duplicated @return Pointer to a newly allocated buffer containing a copy of p or NULL if the buffer cannot be allocated.