HomeSort by relevance Sort by last modified time
    Searched refs:total_free (Results 1 - 7 of 7) 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_stats.cc 168 uptr total_free = stats.mmaped local
174 // Return sane value if total_free < total_used due to racy
176 return (total_free > total_used) ? total_free - total_used : 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_mm.c 42 int total_used = 0, total_free = 0; local
49 total_free += p->size;
55 total_used + total_free, total_used, total_free);
  /external/mesa3d/src/gallium/auxiliary/util/
u_mm.c 42 int total_used = 0, total_free = 0; local
49 total_free += p->size;
55 total_used + total_free, total_used, total_free);
  /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 1668 int total_free = 0; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 3014 long total_free = 0; local
    [all...]

Completed in 221 milliseconds