Home
last modified time | relevance | path

Searched refs:reclaimed (Results 1 – 5 of 5) sorted by relevance

/external/dosfstools/src/
Dfat.c235 int reclaimed; in reclaim_free() local
240 reclaimed = 0; in reclaim_free()
245 reclaimed++; in reclaim_free()
247 if (reclaimed) in reclaim_free()
248 printf("Reclaimed %d unused cluster%s (%llu bytes).\n",reclaimed, in reclaim_free()
249 reclaimed == 1 ? "" : "s",(unsigned long long)reclaimed*fs->cluster_size); in reclaim_free()
281 int reclaimed,files,changed; in reclaim_file() local
310 files = reclaimed = 0; in reclaim_file()
323 reclaimed++; in reclaim_file()
327 if (reclaimed) in reclaim_file()
[all …]
/external/astl/include/
Dvector128 // Remove the last element. However, no memory is reclaimed from
/external/bison/
DNEWS57 If a value is ignored, its associated memory typically is not reclaimed.
/external/bison/doc/
Dbison.texinfo7084 reclaimed automatically: using the @code{%destructor} directive is the
Dbison.info6519 reclaimed automatically: using the `%destructor' directive is the only