Searched refs:memcheck (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1353 memcheck (unsigned long addr, unsigned long len) function
1411 if (memcheck ((int) to, len))
1450 if (memcheck ((int) start, len))
H A Dboot.c639 if (memcheck (memaddr, memsiz)
710 if (! (memcheck (cur_addr, sec_size)
H A Dshared.h1000 int memcheck (unsigned long start, unsigned long len);
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c121 static char *memcheck(char *tocheck);
355 memcheck(ptr) function
367 #define emalloc(size) memcheck(imalloc(size))
368 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size)))
369 #define ecpyalloc(ptr) memcheck(icpyalloc(ptr))
370 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))

Completed in 69 milliseconds