EVE 1.0
md_auto_lock_t Struct Reference

#include <md-heap.h>

Collaboration diagram for md_auto_lock_t:

Data Fields

const struct md_heap_tHeap
 
md_reloc_handler_t Handler
 
void ** Ptr
 

Detailed Description

MD auto lock

Definition at line 151 of file md-heap.h.

Field Documentation

const struct md_heap_t* md_auto_lock_t::Heap

Pointer to the heap

Definition at line 153 of file md-heap.h.

md_reloc_handler_t md_auto_lock_t::Handler

Relocation handler

Definition at line 154 of file md-heap.h.

void** md_auto_lock_t::Ptr

Address of a variable which contains a pointer to the allocated memory block

Definition at line 155 of file md-heap.h.