CUBRID Engine  latest
mallinfo Struct Reference
Collaboration diagram for mallinfo:
Collaboration graph

Public Attributes

MALLINFO_FIELD_TYPE arena
 
MALLINFO_FIELD_TYPE ordblks
 
MALLINFO_FIELD_TYPE smblks
 
MALLINFO_FIELD_TYPE hblks
 
MALLINFO_FIELD_TYPE hblkhd
 
MALLINFO_FIELD_TYPE usmblks
 
MALLINFO_FIELD_TYPE fsmblks
 
MALLINFO_FIELD_TYPE uordblks
 
MALLINFO_FIELD_TYPE fordblks
 
MALLINFO_FIELD_TYPE keepcost
 

Detailed Description

Definition at line 653 of file malloc_2_8_3.c.

Member Data Documentation

MALLINFO_FIELD_TYPE mallinfo::arena

Definition at line 655 of file malloc_2_8_3.c.

Referenced by internal_mallinfo().

MALLINFO_FIELD_TYPE mallinfo::fordblks

Definition at line 663 of file malloc_2_8_3.c.

Referenced by internal_mallinfo().

MALLINFO_FIELD_TYPE mallinfo::fsmblks

Definition at line 661 of file malloc_2_8_3.c.

MALLINFO_FIELD_TYPE mallinfo::hblkhd

Definition at line 659 of file malloc_2_8_3.c.

Referenced by internal_mallinfo().

MALLINFO_FIELD_TYPE mallinfo::hblks

Definition at line 658 of file malloc_2_8_3.c.

MALLINFO_FIELD_TYPE mallinfo::keepcost

Definition at line 664 of file malloc_2_8_3.c.

Referenced by internal_mallinfo().

MALLINFO_FIELD_TYPE mallinfo::ordblks

Definition at line 656 of file malloc_2_8_3.c.

Referenced by internal_mallinfo().

MALLINFO_FIELD_TYPE mallinfo::smblks

Definition at line 657 of file malloc_2_8_3.c.

MALLINFO_FIELD_TYPE mallinfo::uordblks

Definition at line 662 of file malloc_2_8_3.c.

Referenced by internal_mallinfo().

MALLINFO_FIELD_TYPE mallinfo::usmblks

Definition at line 660 of file malloc_2_8_3.c.

Referenced by internal_mallinfo().


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