Manual Pages for UNIX Darwin command on man memory
MyWebUniversity

Manual Pages for UNIX Darwin command on man memory

MEMORY(3) BSD Library Functions Manual MEMORY(3)

NAME

mmaalllloocc, ffrreeee, rreeaalllloocc, ccaalllloocc, aallllooccaa, mmmmaapp - general memory allocation

operations LLIIBBRRAARRYY

Standard C Library (libc, -lc)

SYNOPSIS

##iinncclluuddee <>

void * mmaalllloocc(sizet size); void ffrreeee(void *ptr); void * rreeaalllloocc(void *ptr, sizet size); void * ccaalllloocc(sizet nelem, sizet elsize); void * aallllooccaa(sizet size);

##iinncclluuddee <>

##iinncclluuddee <>

void * mmmmaapp(void * addr, sizet len, int prot, int flags, int fd, offt offset);

DESCRIPTION

These functions allocate and free memory for the calling process. They

are described in the individual manual pages.

SEE ALSO

mmap(2), alloca(3), calloc(3), free(3), malloc(3), realloc(3) STANDARDS These functions, with the exception of aallllooccaa() and mmmmaapp() conform to ISO/IEC 9899:1990 (``ISO C90''). BSD June 4, 1993 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™