RAVE
RaveHeap_t Struct Reference

A linked list where each entry corresponds to one allocation. More...

Public Attributes

RaveHeapEntry_tentry
 the allocation information
 
struct RaveHeap_tnext
 the next entry in the linked list
 

Detailed Description

A linked list where each entry corresponds to one allocation.

Member Data Documentation

◆ entry

RaveHeapEntry_t* RaveHeap_t::entry

the allocation information

◆ next

struct RaveHeap_t* RaveHeap_t::next

the next entry in the linked list


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