Use these macros to manage the allocation of objects that are registered classes.
Defines | |
| #define | gl_malloc (*callback->malloc) |
| Allocate a block of memory from the core's heap. | |
| #define gl_malloc (*callback->malloc) |
Allocate a block of memory from the core's heap.
This is necessary for any memory that the core will have to manage.
Definition at line 273 of file gridlabd.h.
Referenced by sync_shaper().