Searched refs:mallopt (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dmalloc.h37 * Constants defining mallopt operations
73 extern int mallopt();
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmalloc.h36 * Constants defining mallopt operations
72 extern int mallopt();
/illumos-gate/usr/src/head/
H A Dmalloc.h38 * Constants defining mallopt operations
83 int mallopt(int, int);
/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/cmd/diskscan/
H A Ddiskscan.c193 extern int mallopt();
199 if (mallopt(M_GRAIN, sector_size)) {
200 perror("mallopt");
/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); }
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile69 madvise.o mallopt.o \
/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

Completed in 52 milliseconds