libxmp/libxmpf in Omni Compiler  1.3.4
_memoryChunkOrder_t Struct Reference

MEMORY MANAGEMENT STRUCTURE-II (for dynamic ALLOCATE/DEALLOCATE stmts. More...

#include <_xmpco_alloc.h>

Collaboration diagram for _memoryChunkOrder_t:

Data Fields

MemoryChunkOrder_tprev
 
MemoryChunkOrder_tnext
 
MemoryChunk_tchunk
 

Detailed Description

MEMORY MANAGEMENT STRUCTURE-II (for dynamic ALLOCATE/DEALLOCATE stmts.

in Fortran) structure to manage the history of malloc/free

Field Documentation

◆ chunk

MemoryChunk_t* _memoryChunkOrder_t::chunk

◆ next

MemoryChunkOrder_t* _memoryChunkOrder_t::next

◆ prev

MemoryChunkOrder_t* _memoryChunkOrder_t::prev

The documentation for this struct was generated from the following file: