man pages section 3: Library Interfaces and Headers
  Rechercher uniquement dans ce livre
Télécharger cet ouvrage au format PDF (1926 Ko)

libmalloc(3LIB)

Name | Synopsis | Description | INTERFACES | Files | Attributes | See Also

Name

    libmalloc– memory allocation library

Synopsis

    cc [ flag... ] file... -lmalloc [ library... ]

Description

    Functions in this library provide routines for memory allocation. These routines are space-efficient but have lower performance. Their usage can result in serious performance degradation.

INTERFACES

    The shared object libmalloc.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

    calloc

    cfree

    free

    mallinfo

    malloc

    mallopt

    memalign

    realloc

    valloc

     

Files

    /usr/lib/libmalloc.so.1

    shared object

    /usr/lib/64/libmalloc.so.1

    64-bit shared object

Attributes

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Availability 

    SUNWcsl (32–bit) 

     

    SUNWcslx (64–bit) 

    MT-Level 

    Safe 

See Also

SunOS 5.11  Last Revised 11 May 2005

Name | Synopsis | Description | INTERFACES | Files | Attributes | See Also