Home
last modified time | relevance | path

Searched refs:total_free (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_stats.cc158 uptr total_free = stats.mmaped in __sanitizer_get_free_bytes() local
165 return (total_free > total_used) ? total_free - total_used : 1; in __sanitizer_get_free_bytes()
/external/mesa3d/src/gallium/auxiliary/util/
Du_mm.c42 int total_used = 0, total_free = 0; in u_mmDumpMemInfo() local
49 total_free += p->size; in u_mmDumpMemInfo()
55 total_used + total_free, total_used, total_free); in u_mmDumpMemInfo()
/external/libcxxabi/src/
Dfallback_malloc.ipp174 heap_size total_free = 0;
182 total_free += p->len;
184 std::cout << "Total Free space: " << total_free << std::endl;
185 return total_free;
/external/autotest/client/site_tests/platform_CompressedSwap/
Dplatform_CompressedSwap.py97 total_free = memfree + swapfree
100 if not checking_for_oom and total_free < free_target:
/external/e2fsprogs/misc/
Dtune2fs.c1668 int total_free = 0; in ext2fs_calculate_summary_stats() local
1678 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()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c3014 long total_free = 0; in tdb_printfreelist() local
3045 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()