Overwrite the specified numBytes of memory starting at the specified ptr.
Declared in <bslalg_arraydestructionprimitives.h>
static
void
scribbleOverMemory(
void* ptr,
size_t numBytes);
| Name | Description |
|---|---|
| ptr | beginning of the memory to overwrite |
| numBytes | number of bytes to overwrite |