Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mallinfo(FP) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 mallinfo(FP)                   6 January 1993                   mallinfo(FP)


 Name

    mallinfo - malloc (libmalloc) information

 Syntax


    #include <malloc.h>


 Description

    The /usr/include/malloc.h file defines the mallinfo structure, which pro-
    vides information about:


    _________________________________________________________________________
    Member        Description
    _________________________________________________________________________
    arena         The total space in the allocated ``arena'' of memory


    ordblks       Number of ordinary blocks
    smblks        Number of small blocks
    hblks         Number of holding blocks
    hblkhd        Space in holding block headers
    usmblks       Space in small blocks in use
    fsmblks       Space in free small blocks
    uordblks      Space in ordinary blocks in use
    fordblks      Space in free ordinary blocks
    keepcost      Cost of enabling keep option



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026