HomeSort by relevance Sort by last modified time
    Searched refs:total_free (Results 1 - 6 of 6) sorted by null

  /external/srec/portable/src/
pmalloc.c 255 psize_t total_free; member in struct:_DB_Altab
266 pd->total_free += d_free;
273 psize_t total_free = 0; local
278 total_free += q->_Size;
287 passert(pd->total_heap == pd->total_alloc + pd->total_free);
288 passert(total_free == pd->total_free);
  /external/compiler-rt/lib/asan/
asan_thread_registry.cc 132 uptr total_free = accumulated_stats_.mmaped local
138 // Return sane value if total_free < total_used due to racy
140 return (total_free > total_used) ? total_free - total_used : 1;
  /external/qemu/block/
raw-win32.c 180 ULARGE_INTEGER available, total, total_free; local
192 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free))
  /external/e2fsprogs/misc/
tune2fs.c 1381 int total_free = 0; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1766 int total_free = 0; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 3016 long total_free = 0; local
    [all...]

Completed in 312 milliseconds