Memory

Namespace: dmMemory Language: C++ Type: Defold C++ File: memory.h Source: engine/dlib/src/dmsdk/dlib/memory.h Include: dmsdk/dlib/memory.h

Memory allocation functions

API

AlignedFree

Type: FUNCTION Frees a block of memory that was allocated with dmMemory::AlignedMalloc

Parameters

AlignedMalloc

Type: FUNCTION Allocate size bytes of uninitialized storage whose alignment is specified by alignment.

Parameters

Returns

Result

Type: ENUM Aligned memory allocation result

Members