Home
last modified time | relevance | path

Searched refs:vmtrace (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmtrace.c229 int vmtrace(int file) in vmtrace() function
231 int vmtrace(file) in vmtrace()
H A Dvmdebug.c61 if((fd = vmtrace(-1)) >= 0) in dbinit()
62 vmtrace(fd); in dbinit()
H A Dvmprofile.c374 if((n = vmtrace(-1)) >= 0)
375 vmtrace(n);
H A Dmalloc.c1423 vmtrace(fd); in _vmoptions()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h184 extern int vmtrace _ARG_(( int ));
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers928 vmtrace;
H A DMakefile.defs653 vmalloc/vmtrace.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile202 vmregion.c vmsegment.c vmset.c vmstat.c vmstrdup.c vmtrace.c vmwalk.c \
H A DRELEASE226 09-11-20 vmalloc/vmtrace.c: add pid to assertion disgnostics
760 vmalloc/vmtrace.c: _PACKAGE_ast __FUNCTION__ is a string
761 vmalloc/vmtrace.c: set trace file fd FD_CLOEXEC
925 02-08-22 vmtrace.h: add for debugging
H A DMamfile5833 make vmtrace.o
5834 make vmalloc/vmtrace.c
5836 done vmalloc/vmtrace.c
5837 meta vmtrace.o %.c>%.o vmalloc/vmtrace.c vmtrace
5838 prev vmalloc/vmtrace.c
5839 …${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ivmalloc -Iinclude -Istd -D_PACKAGE_ast -c vmalloc/vmtrace.c
5840 done vmtrace.o generated
6106 …private.o vmprofile.o vmregion.o vmsegment.o vmset.o vmstat.o vmstrdup.o vmtrace.o vmwalk.o vmmope…
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3188 vmtrace(-1); in _sh_fork()