nw::os::IAllocator::AllocAndClear Member Function

Syntax

void * AllocAndClear(
     size_t size,
     u8 data,
     u8 alignment = DEFAULT_ALIGNMENT
);

Arguments

Name Description
size
data
alignment

Return Values

Description

Allocates memory and clears with the specified byte data.


CONFIDENTIAL