DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

mallopt(3X)


mallopt -- memory allocator

Synopsis

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

#include <malloc.h>

int mallopt (int cmd, int value);

Description

mallopt is obsolete, and is provided for source compatibility only. It provides no functionality.

Return values

If mallopt is called after any allocation or if cmd or value are invalid, non-zero is returned. Otherwise, it returns zero.

References

brk(2), malloc(3C)

Notices

Future directions

mallopt is obsolete and remains only for source compatibility. It will be removed in a future release.
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004