man pages section 3: Library Interfaces and Headers
  Cerca solo questo libro
Visualizza questo libro:
Scarica il manuale in formato PDF (1869 KB)

libmtmalloc(3LIB)

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

Name

    libmtmalloc– multi-threaded memory allocator library

Synopsis

    cc [ flag... ] file... -lmtmalloc [ library... ]
    #include <mtmalloc.h>

Description

    Functions in this library provide concurrent access to heap space.

INTERFACES

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

    free

    malloc

    mallocctl

    memalign

    realloc

    valloc

Files

    /usr/lib/libmtmalloc.so.1

    shared object

    /usr/lib/64/libmtmalloc.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.10  Last Revised 22 May 2003

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