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

  /external/e2fsprogs/misc/
e2freefrag.h 14 unsigned long free_chunks; /* total free chunks of given size */ member in struct:chunk_info
e2freefrag.c 136 info->free_chunks++;
164 total_chunks, info->free_chunks,
165 (double)info->free_chunks * 100 / total_chunks);
  /external/valgrind/main/memcheck/perf/
many-loss-records.c 58 void free_chunks (struct Chunk ** mem) function
63 free_chunks ((&(*mem)->child));
78 free_chunks (mem);

Completed in 86 milliseconds