Searched defs:mallopt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallopt.c33 * mallopt -- System V-compatible malloc "optimizer"
36 mallopt(int cmd, int value) function
/illumos-gate/usr/src/man/man3malloc/
H A DMakefile34 mallopt.3malloc \
48 mallopt.3malloc := LINKSRC = malloc.3malloc
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c58 * -malloc, free, realloc and mallopt form a memory allocator
903 mallopt(int cmd, int value) function
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c34 #define mallopt ______mallopt macro
63 #undef mallopt macro
152 #undef mallopt macro
603 extern int mallopt(int cmd, int value) function
605 extern int mallopt(cmd, value)
725 #undef mallopt macro
750 extern int F2(_ast_mallopt, int,cmd, int,value) { return mallopt(cmd, value); }

Completed in 63 milliseconds