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);
Created with MrDocs