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