Home
last modified time | relevance | path

Searched refs:frees (Results 1 - 6 of 6) sorted by relevance

/third_party/selinux/libselinux/utils/
H A Davcstat.c27 #define HEADERS "lookups hits misses allocations reclaims frees"
35 unsigned long long frees; member
178 "hits", "misses", "allocs", "reclaims", "frees"); in main()
190 &tmp.reclaims, &tmp.frees); in main()
200 tot.frees += tmp.frees; in main()
210 tot.allocations, tot.reclaims, tot.frees); in main()
217 rel.frees = tot.frees - last.frees; in main()
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccache.c567 FTC_Node frees = NULL; in FTC_Cache_RemoveFaceID() local
589 node->link = frees; in FTC_Cache_RemoveFaceID()
590 frees = node; in FTC_Cache_RemoveFaceID()
598 while ( frees ) in FTC_Cache_RemoveFaceID()
603 node = frees; in FTC_Cache_RemoveFaceID()
604 frees = node->link; in FTC_Cache_RemoveFaceID()
/third_party/curl/tests/
H A Dmemanalyze.pl137 $frees++;
425 "Frees: $frees\n",
/third_party/python/Include/internal/
H A Dpycore_code.h295 uint64_t frees; member
/third_party/python/Objects/
H A Dobmalloc.c651 OBJECT_STAT_INC(frees); in PyMem_Free()
740 OBJECT_STAT_INC(frees); in PyObject_Free()
/third_party/python/Python/
H A Dspecialize.c187 fprintf(out, "Object frees to freelist: %" PRIu64 "\n", stats->to_freelist); in print_object_stats()
192 fprintf(out, "Object frees: %" PRIu64 "\n", stats->frees); in print_object_stats()

Completed in 10 milliseconds