Tizen RT Libs&Environment  v1.0 D5
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

int arena

Definition at line 114 of file stdlib.h.

int fordblks

Definition at line 120 of file stdlib.h.

int mxordblk

Definition at line 117 of file stdlib.h.

int ordblks

Definition at line 116 of file stdlib.h.

int uordblks

Definition at line 118 of file stdlib.h.


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