Tizen RT Libs&Environment  v1.1 D4
mallinfo Struct Reference

structure of memory information More...

#include <stdlib.h>

Data Fields

int arena
 
int ordblks
 
int mxordblk
 
int uordblks
 
int fordblks
 

Detailed Description

structure of memory information

Definition at line 113 of file stdlib.h.

Field Documentation

◆ arena

int arena

Definition at line 114 of file stdlib.h.

◆ fordblks

int fordblks

Definition at line 120 of file stdlib.h.

◆ mxordblk

int mxordblk

Definition at line 117 of file stdlib.h.

◆ ordblks

int ordblks

Definition at line 116 of file stdlib.h.

◆ uordblks

int uordblks

Definition at line 118 of file stdlib.h.


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