Searched refs:total_free (Results 1 – 6 of 6) sorted by relevance
158 uptr total_free = stats.mmaped in __sanitizer_get_free_bytes() local165 return (total_free > total_used) ? total_free - total_used : 1; in __sanitizer_get_free_bytes()
42 int total_used = 0, total_free = 0; in u_mmDumpMemInfo() local49 total_free += p->size; in u_mmDumpMemInfo()55 total_used + total_free, total_used, total_free); in u_mmDumpMemInfo()
174 heap_size total_free = 0;182 total_free += p->len;184 std::cout << "Total Free space: " << total_free << std::endl;185 return total_free;
97 total_free = memfree + swapfree100 if not checking_for_oom and total_free < free_target:
1668 int total_free = 0; in ext2fs_calculate_summary_stats() local1678 total_free++; in ext2fs_calculate_summary_stats()1689 total_free = EXT2FS_C2B(fs, total_free); in ext2fs_calculate_summary_stats()1690 ext2fs_free_blocks_count_set(fs->super, total_free); in ext2fs_calculate_summary_stats()1696 total_free = 0; in ext2fs_calculate_summary_stats()1704 total_free++; in ext2fs_calculate_summary_stats()1715 fs->super->s_free_inodes_count = total_free; in ext2fs_calculate_summary_stats()
3014 long total_free = 0; in tdb_printfreelist() local3045 total_free += rec.rec_len; in tdb_printfreelist()3050 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free, in tdb_printfreelist()3051 (int)total_free); in tdb_printfreelist()