Lines Matching refs:total
78 static size_t total[idx_last]; variable
367 catomic_add (&total[idx_malloc], len); in malloc()
437 catomic_add (&total[idx_realloc], len - old_len); in realloc()
447 catomic_add (&total[idx_free], real->length); in realloc()
513 catomic_add (&total[idx_calloc], size); in calloc()
582 catomic_add (&total[idx_free], real->length); in free()
619 catomic_add (&total[idx], len); in mmap()
672 catomic_add (&total[idx], len); in mmap64()
729 catomic_add (&total[idx_mremap], len - old_len); in mremap()
791 catomic_add (&total[idx_munmap], len); in munmap()
859 (unsigned long long int) total[idx_malloc], in dest()
863 (unsigned long long int) total[idx_realloc], in dest()
870 (unsigned long long int) total[idx_calloc], in dest()
874 (unsigned long long int) total[idx_free]); in dest()
884 (unsigned long long int) total[idx_mmap_r], in dest()
888 (unsigned long long int) total[idx_mmap_w], in dest()
892 (unsigned long long int) total[idx_mmap_a], in dest()
896 (unsigned long long int) total[idx_mremap], in dest()
902 (unsigned long long int) total[idx_munmap], in dest()