|
Jpp 19.3.0-rc.1
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. | |
| static void | release (JClass_t *p) |
| Release memory. | |
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 |
Release memory.
| p | pointer to data |
Definition at line 71 of file JMemory.hh.