Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmalloc.c255 psize_t total_free; member
266 pd->total_free += d_free; in _UPD_Altab()
273 psize_t total_free = 0; in _OK_Altab() local
278 total_free += q->_Size; in _OK_Altab()
287 passert(pd->total_heap == pd->total_alloc + pd->total_free); in _OK_Altab()
288 passert(total_free == pd->total_free); in _OK_Altab()
/external/chromium_org/third_party/mesa/src/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/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/compiler-rt/lib/asan/
Dasan_stats.cc168 uptr total_free = stats.mmaped in __sanitizer_get_free_bytes() local
176 return (total_free > total_used) ? total_free - total_used : 1; in __sanitizer_get_free_bytes()
/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/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/qemu/block/
Draw-win32.c180 ULARGE_INTEGER available, total, total_free; in raw_getlength() local
192 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free)) in raw_getlength()
/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()