|
libxmp/libxmpf in Omni Compiler
1.3.4
|
structure for each malloc/free call Every memory chunk is linked both: More...
#include <_xmpco_alloc.h>

Data Fields | |
| MemoryChunk_t * | prev |
| MemoryChunk_t * | next |
| ResourceSet_t * | parent |
| BOOL | isGarbage |
| char * | orgAddr |
| size_t | nbytes |
| void * | desc |
| CoarrayInfo_t * | headCoarray |
| CoarrayInfo_t * | tailCoarray |
structure for each malloc/free call Every memory chunk is linked both:
| void* _memoryChunk_t::desc |
| CoarrayInfo_t* _memoryChunk_t::headCoarray |
| BOOL _memoryChunk_t::isGarbage |
| size_t _memoryChunk_t::nbytes |
| MemoryChunk_t* _memoryChunk_t::next |
| char* _memoryChunk_t::orgAddr |
| ResourceSet_t* _memoryChunk_t::parent |
| MemoryChunk_t* _memoryChunk_t::prev |
| CoarrayInfo_t* _memoryChunk_t::tailCoarray |