Nebula
Loading...
Searching...
No Matches
memory.h File Reference

Detailed Description

Implements a memory related functions.

#include "core/config.h"

Go to the source code of this file.

Functions

template<typename TYPE >
TYPE * ArrayAlloc (size_t size)
 
template<typename TYPE >
void ArrayFree (size_t size, TYPE *buffer)
 

Function Documentation

◆ ArrayAlloc()

template<typename TYPE >
TYPE * ArrayAlloc ( size_t size)

◆ ArrayFree()

template<typename TYPE >
void ArrayFree ( size_t size,
TYPE * buffer )