Return memory previously allocated with allocate.
Return memory previously allocated with allocate to the underlying mechanism object by calling deallocate on the mechanism object with the specified p. The optionally specified n argument is ignored by this test allocator type.
| Name | Description |
|---|---|
| p | The address of memory previously returned by allocate. |
| n | The number of objects (ignored). |