chsvlib
chsv helper source code

◆ deallocate()

void deallocate ( typename allocator< T >::pointer  p,
typename allocator< T >::size_type  n 
)

Randomizes and deallocates a pointed memory.

Parameters
pis a pointer to the memory to be deallocated.
nis number of objects earlier passed to. The parameter is not used by the method.