Overview
The Memory library provides memory allocation, deallocation, manipulation, and analysis functionality..
The Memory library fulfils the module concept
i.e. provides
the type Ring1_Memory_ModuleHandle
,
the constant Ring1_Memory_ModuleHandle_Invalid
, and
the functions Ring1_Memory_ModuleHandle_acquire
and Ring1_Memory_ModuleHandle_relinquish
.
The include file of the Memory library is Ring1/Memory.h
,
its library file is Ring1.lib
.
Sources and references
The reference repository provides non-authoritive sample implementations.