HomeSort by: relevance | last modified time | path
    Searched refs:mcheck (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/libmalloc/lib/
Makefile 10 SRCS+= memalign.c valloc.c mcheck.c mtrace.c mstats.c vm-limit.c
  /src/external/gpl2/libmalloc/dist/
Makefile 28 sources = valloc.c malloc.c free.c cfree.c realloc.c calloc.c morecore.c memalign.c mcheck.c mtrace.c mstats.c vm-limit.c ralloc.c malloc-find.c
29 objects = valloc.o malloc.o free.o cfree.o realloc.o calloc.o morecore.o memalign.o mcheck.o mtrace.o mstats.o vm-limit.o ralloc.o malloc-find.o
malloc.h 241 `mcheck' enables detection of. */
255 extern int mcheck __P ((void (*__abortfunc) __P ((enum mcheck_status))));
258 called `mcheck' already. These are the same checks that `mcheck' does
mcheck.c 1 /* $NetBSD: mcheck.c,v 1.2 2016/01/13 21:56:38 christos Exp $ */
185 fprintf (stderr, "mcheck: %s\n", msg);
194 mcheck (func) function
gmalloc.c 243 `mcheck' enables detection of. */
257 extern int mcheck __P ((void (*__abortfunc) __P ((enum mcheck_status))));
260 called `mcheck' already. These are the same checks that `mcheck' does
  /src/sys/arch/vax/boot/boot/
autoconf.c 136 mcheck(void *arg) function
176 scb_vec[4/4].hoppaddr = mcheck;
  /src/bin/ksh/
mail.c 47 mcheck() function
proto.h 162 void mcheck ARGS((void));
main.c 576 mcheck();
  /src/sys/arch/vax/vax/
intvec.S 86 INTVEC(mcheck, ISTACK) # Machine Check., 4
155 # mcheck is the badaddress trap, also called when referencing
160 SCBENTRY(mcheck)
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 183 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_interceptors.cpp 207 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {

Completed in 36 milliseconds