SemysMemErase

01 Erases all bytes of the passed memory with the constant 0x00.
02

void SemysMemErase(void *pData, uint32 size);

03 Parameters:
  • pData: Arbitrary pointer.
  • size: How many bytes to erase.
04 With this function, memory (typically one created on the stack) can be erased like it is done implicitly during SemysMemAlloc().
05 Reference: SemysMemory.h
Implementation: Semys Library
See Also: Memory Sub-System, SemysMemAlloc()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.