UPtr DSNewPClr(size);
Creates a new pointer to a non-relocatable block of memory of the specified size and initializes the memory to zero.
| Name | Type | Description | 
|---|---|---|
| size | size_t | Size, in bytes, of the pointer you want to create. | 
A pointer to a block of size bytes filled with zeros. If an error occurs, this function returns NULL.