Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
__freelist Struct Reference

Freelist overlay for the tiny malloc implementation. More...

Public Attributes

size_t sz
 number of bytes free here.
 
struct __freelistnx
 link pointer
 

Detailed Description

Freelist overlay for the tiny malloc implementation.

Definition at line 51 of file malloc.c.

Member Data Documentation

◆ nx

struct __freelist* __freelist::nx

link pointer

Definition at line 55 of file malloc.c.

◆ sz

size_t __freelist::sz

number of bytes free here.

Definition at line 53 of file malloc.c.


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