#include <gk_struct.h>
Public Attributes | |
ssize_t | nbytes |
void * | ptr |
int | type |
The following data structure stores information about a memory allocation operation that can either be served from gk_mcore_t or by a gk_malloc if not sufficient workspace memory is available.
Definition at line 232 of file gk_struct.h.
ssize_t gk_mop_t::nbytes |
Definition at line 234 of file gk_struct.h.
void* gk_mop_t::ptr |
Definition at line 235 of file gk_struct.h.
int gk_mop_t::type |
Definition at line 233 of file gk_struct.h.