Jpp 19.3.0-rc.1
the software that should make you happy
|
Memory management class for create/release policy based on malloc()/free(). More...
#include <JMemory.hh>
Static Public Member Functions | |
static JClass_t * | create () |
Create object in memory. | |
static JClass_t * | create (const unsigned int size) |
Create array of objects in memory. | |
static void | release (JClass_t *p) |
Release memory. | |
Memory management class for create/release policy based on malloc()/free().
Definition at line 82 of file JMemory.hh.
|
inlinestatic |
Create object in memory.
Definition at line 89 of file JMemory.hh.
|
inlinestatic |
Create array of objects in memory.
size | number of elements |
Definition at line 101 of file JMemory.hh.
|
inlinestatic |
Release memory.
p | pointer to data |
Definition at line 112 of file JMemory.hh.