Searched refs:memcheck (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 1312 memcheck (unsigned long addr, unsigned long len) in memcheck() function 1370 if (memcheck ((int) to, len)) in grub_memmove() 1409 if (memcheck ((int) start, len)) in grub_memset()
|
H A D | boot.c | 639 if (memcheck (memaddr, memsiz) in load_image() 710 if (! (memcheck (cur_addr, sec_size) in load_image()
|
H A D | shared.h | 1000 int memcheck (unsigned long start, unsigned long len);
|
/titanic_41/usr/src/cmd/zic/ |
H A D | zic.c | 121 static char *memcheck(char *tocheck); 355 memcheck(ptr) in memcheck() 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)))
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 243 * stage2/char_io.c (memcheck) [GRUB_UTIL]: Likewise. 5333 directly, since memcheck is too strict. 6491 * stage2/char_io.c (memcheck): Fix the checks: "<=" -> "<". 7181 * stage2/char_io.c (memcheck): Rename the argument START to 8847 * shared_src/char_io.c (memcheck): Special-case cur_part_desc and 8909 * shared_src/char_io.c (memcheck): Use RAW_ADDR to compute memory
|