Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
Loading...
Searching...
No Matches
mallinfo Struct Reference

#include <malloc.h>

Data Fields

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 770 of file malloc.c.

Field Documentation

◆ arena

Definition at line 772 of file malloc.c.

Referenced by _arch_alloc_mspace_mallinfo(), and internal_mallinfo().

◆ fordblks

Definition at line 780 of file malloc.c.

Referenced by internal_mallinfo().

◆ fsmblks

Definition at line 778 of file malloc.c.

◆ hblkhd

Definition at line 776 of file malloc.c.

Referenced by internal_mallinfo().

◆ hblks

Definition at line 775 of file malloc.c.

◆ keepcost

Definition at line 781 of file malloc.c.

Referenced by internal_mallinfo().

◆ ordblks

Definition at line 773 of file malloc.c.

Referenced by internal_mallinfo().

◆ smblks

Definition at line 774 of file malloc.c.

◆ uordblks

Definition at line 779 of file malloc.c.

Referenced by _arch_alloc_mspace_mallinfo(), and internal_mallinfo().

◆ usmblks

Definition at line 777 of file malloc.c.

Referenced by internal_mallinfo().


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