TizenRT Libs&Environment  v2.0 M2
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 114 of file stdlib.h.

Field Documentation

int arena

Definition at line 115 of file stdlib.h.

int fordblks

Definition at line 121 of file stdlib.h.

int mxordblk

Definition at line 118 of file stdlib.h.

int ordblks

Definition at line 117 of file stdlib.h.

int uordblks

Definition at line 119 of file stdlib.h.


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