Skip to content

MTY_SecureZero

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Guarantee memory is zeroed without compiler interference.

void MTY_SecureZero(
    void * mem,
    size_t size
);

Parameters

mem (void *)

Buffer to zero.

size (size_t)

Size in bytes of mem.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Memory

Clone this wiki locally