mallopt(3X) mallopt(3X)
NAME
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.
Copyright 1994 Novell, Inc. Page 1