Clears and returns locked memory previously obtained from allocate.
Declared in <support/allocators/secure.h>
void
deallocate(
T* p,
std::size_t n);
| Name | Description |
|---|---|
| p | Pointer to the storage being deallocated. |
| n | Number of objects of type T that the storage held. |