Searched refs:redzone (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 18 unsigned long dst_off, unsigned long len, void *redzone, in do_one() argument 50 if (memcmp(dst, redzone, dstp - dst)) { in do_one() 56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one() 65 char *src, *dst, *redzone, *fill; in test_copy_loop() local 71 redzone = malloc(BUFLEN); in test_copy_loop() 74 if (!src || !dst || !redzone || !fill) { in test_copy_loop() 79 memset(redzone, POISON, BUFLEN); in test_copy_loop() 89 redzone, fill); in test_copy_loop()
|
/tools/vm/ |
D | slabinfo.c | 92 int redzone; variable 683 redzone = 1; in debug_opt_scan() 702 if (redzone) in debug_opt_scan() 704 redzone = 1; in debug_opt_scan() 753 if (redzone && !s->red_zone) { in slab_debug() 759 if (!redzone && s->red_zone) { in slab_debug()
|