Jpp
15.0.5
the software that should make you happy
|
Memory management class for create/release policy based on new []/delete []. More...
#include <JMemory.hh>
Static Public Member Functions | |
static JClass_t * | create (const unsigned int size) |
Create array of objects in memory. More... | |
static void | release (JClass_t *p) |
Release memory. More... | |
Memory management class for create/release policy based on new []/delete [].
Definition at line 52 of file JMemory.hh.
|
inlinestatic |
Create array of objects in memory.
size | number of elements |
Definition at line 60 of file JMemory.hh.
|
inlinestatic |