Dynalib Utils
Static Public Member Functions | List of all members
DynaAllocArray< T > Class Template Reference

#include <DynaAlloc.h>

Static Public Member Functions

static T * newArray (uint count)
 
static T * reallocArray (T *array, uint oldCount, uint newCount)
 
static T * deleteArray (T *array)
 
static T * clearArray (T *array, uint count)
 
static void setAllocUnits (uint allocUnits)
 
static uint getAllocUnits ()
 

Member Function Documentation

◆ clearArray()

template<class T >
T * DynaAllocArray< T >::clearArray ( T *  array,
uint  count 
)
static

◆ deleteArray()

template<class T >
T * DynaAllocArray< T >::deleteArray ( T *  array)
static

◆ getAllocUnits()

template<class T >
static uint DynaAllocArray< T >::getAllocUnits ( )
inlinestatic

◆ newArray()

template<class T >
T * DynaAllocArray< T >::newArray ( uint  count)
static

◆ reallocArray()

template<class T >
T * DynaAllocArray< T >::reallocArray ( T *  array,
uint  oldCount,
uint  newCount 
)
static

◆ setAllocUnits()

template<class T >
static void DynaAllocArray< T >::setAllocUnits ( uint  allocUnits)
inlinestatic

The documentation for this class was generated from the following files: