Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
freelist Struct Reference

#include <mem.h>

Collaboration diagram for freelist:
[legend]

Data Fields

struct freenodehead
 
struct freeblockblocklist
 
int nodesize
 

Detailed Description

Definition at line 21 of file mem.h.

Field Documentation

◆ blocklist

struct freeblock* freelist::blocklist

Definition at line 23 of file mem.h.

Referenced by freeinit(), and getfree().

◆ head

struct freenode* freelist::head

Definition at line 22 of file mem.h.

Referenced by freeinit(), getfree(), and makefree().

◆ nodesize

int freelist::nodesize

Definition at line 24 of file mem.h.

Referenced by freeinit(), and getfree().


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