uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_heap_t Struct Reference

Public Attributes

void * ptr
 
size_t size
 
struct _heap_tprev
 
struct _heap_tnext
 

Detailed Description

Definition at line 8 of file malloc.c.

Member Data Documentation

struct _heap_t * _heap_t::next

Definition at line 11 of file malloc.c.

struct _heap_t* _heap_t::prev

Definition at line 11 of file malloc.c.

void* _heap_t::ptr

Definition at line 9 of file malloc.c.

size_t _heap_t::size

Definition at line 10 of file malloc.c.


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