deallocate()
Deallocates the previously allocated memory block referenced by this pointer.
Declaration
func deallocate()Discussion
The memory to be deallocated must be uninitialized or initialized to a trivial type.
Deallocates the previously allocated memory block referenced by this pointer.
func deallocate()The memory to be deallocated must be uninitialized or initialized to a trivial type.