KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
mallinfo Struct Reference

ANSI C functions. More...

#include <malloc.h>

Data Fields

int arena
 non-mmapped space allocated from system
 
int ordblks
 number of free chunks
 
int smblks
 number of fastbin blocks
 
int hblks
 number of mmapped regions
 
int hblkhd
 space in mmapped regions
 
int usmblks
 maximum total allocated space
 
int fsmblks
 space available in freed fastbin blocks
 
int uordblks
 total allocated space
 
int fordblks
 total free space
 
int keepcost
 top-most, releasable (via malloc_trim) space
 

Detailed Description

ANSI C functions.

Field Documentation

◆ arena

int mallinfo::arena

non-mmapped space allocated from system

◆ fordblks

int mallinfo::fordblks

total free space

◆ fsmblks

int mallinfo::fsmblks

space available in freed fastbin blocks

◆ hblkhd

int mallinfo::hblkhd

space in mmapped regions

◆ hblks

int mallinfo::hblks

number of mmapped regions

◆ keepcost

int mallinfo::keepcost

top-most, releasable (via malloc_trim) space

◆ ordblks

int mallinfo::ordblks

number of free chunks

◆ smblks

int mallinfo::smblks

number of fastbin blocks

◆ uordblks

int mallinfo::uordblks

total allocated space

◆ usmblks

int mallinfo::usmblks

maximum total allocated space


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