Skip to content

MEM_new_zero

BigETI edited this page May 4, 2018 · 1 revision

Description

Allocate new zeroed memory. Delete with MEM_delete

Returns

Pointer of the allocated memory if successful, otherwise MEM_NULLPTR.

Syntax

Pointer:MEM_new_zero(cells = 1)

Example

new Pointer:pointer = MEM_new_zero();
Clone this wiki locally