Lines Matching refs:failed
77 static unsigned long int failed[idx_last]; variable
382 catomic_increment (&failed[idx_malloc]); in malloc()
470 catomic_increment (&failed[idx_realloc]); in realloc()
528 catomic_increment (&failed[idx_calloc]); in calloc()
632 catomic_increment (&failed[idx]); in mmap()
685 catomic_increment (&failed[idx]); in mmap64()
743 catomic_increment (&failed[idx_mremap]); in mremap()
798 catomic_increment (&failed[idx_munmap]); in munmap()
860 failed[idx_malloc] ? "\e[01;41m" : "", in dest()
861 (unsigned long int) failed[idx_malloc], in dest()
864 failed[idx_realloc] ? "\e[01;41m" : "", in dest()
865 (unsigned long int) failed[idx_realloc], in dest()
871 failed[idx_calloc] ? "\e[01;41m" : "", in dest()
872 (unsigned long int) failed[idx_calloc], in dest()
885 failed[idx_mmap_r] ? "\e[01;41m" : "", in dest()
886 (unsigned long int) failed[idx_mmap_r], in dest()
889 failed[idx_mmap_w] ? "\e[01;41m" : "", in dest()
890 (unsigned long int) failed[idx_mmap_w], in dest()
893 failed[idx_mmap_a] ? "\e[01;41m" : "", in dest()
894 (unsigned long int) failed[idx_mmap_a], in dest()
897 failed[idx_mremap] ? "\e[01;41m" : "", in dest()
898 (unsigned long int) failed[idx_mremap], in dest()
903 failed[idx_munmap] ? "\e[01;41m" : "", in dest()
904 (unsigned long int) failed[idx_munmap]); in dest()