Home
last modified time | relevance | path

Searched refs:frees (Results 1 – 25 of 41) sorted by relevance

12

/external/selinux/libselinux/utils/
Davcstat.c35 unsigned long long frees; member
189 &tmp.reclaims, &tmp.frees); in main()
199 tot.frees += tmp.frees; in main()
209 tot.allocations, tot.reclaims, tot.frees); in main()
216 rel.frees = tot.frees - last.frees; in main()
219 rel.allocations, rel.reclaims, rel.frees); in main()
/external/freetype/src/cache/
Dftccache.c569 FTC_Node frees = NULL; in FTC_Cache_RemoveFaceID() local
592 node->link = frees; in FTC_Cache_RemoveFaceID()
593 frees = node; in FTC_Cache_RemoveFaceID()
601 while ( frees ) in FTC_Cache_RemoveFaceID()
606 node = frees; in FTC_Cache_RemoveFaceID()
607 frees = node->link; in FTC_Cache_RemoveFaceID()
/external/curl/tests/
Dmemanalyze.pl131 $frees++;
405 "Frees: $frees\n",
/external/valgrind/gdbserver_tests/
Dmcmain_pic.stderr.exp-solaris4 total heap usage: 1 allocs, 0 frees, 131,080 bytes allocated
/external/valgrind/memcheck/tests/linux/
Dcapget.stderr.exp210 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/compiler-rt/lib/asan/
Dasan_stats.h31 uptr frees; member
Dasan_stats.cc47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
/external/llvm/test/BugPoint/
Dremove_arguments_test.ll6 ; unnecessary. And clean up any types that frees up too.
/external/valgrind/memcheck/tests/
Dpartiallydefinedeq.stderr.exp314 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartiallydefinedeq.stderr.exp418 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartiallydefinedeq.stderr.exp218 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartial_load_ok.stderr.exp6423 total heap usage: ... allocs, ... frees, ... bytes allocated
Dbadjump.stderr.exp-kfail18 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartial_load_dflt.stderr.exp6423 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartial_load_dflt.stderr.expr-s390x-mvc29 total heap usage: ... allocs, ... frees, ... bytes allocated
Dsigkill.stderr.exp-solaris192 total heap usage: ... allocs, ... frees, ... bytes allocated
Dsigkill.stderr.exp-mips32192 total heap usage: ... allocs, ... frees, ... bytes allocated
Dsigkill.stderr.exp-darwin190 total heap usage: ... allocs, ... frees, ... bytes allocated
Dleak_cpp_interior.stderr.exp-64bit137 total heap usage: 9 allocs, 9 frees, 247 bytes allocated
/external/bison/lib/
Dbitset_stats.c54 bitset_stats_info->types[BITSET_TYPE_ (BSET)].frees++
80 unsigned int frees; member
178 stats->allocs, stats->frees, in bitset_stats_print_1()
179 stats->allocs ? 100.0 * stats->frees / stats->allocs : 0); in bitset_stats_print_1()
/external/llvm/test/CodeGen/ARM/
Darm-negative-stride.ll4 ; frees up a register from holding the trip count.
/external/clang/test/Analysis/inlining/
DRetainCountExamples.m36 // Test that retain release checker warns on leaks and use-after-frees when
/external/pdfium/tools/drmemory/
DREADME15 * double frees
/external/lzma/DOC/
D7zC.txt107 SzArEx_Open function allocates and frees temporary structures by "allocTemp" functions.
/external/clang/test/Analysis/
Dmalloc.mm127 CFRelease(str); // default allocator also frees bytes

12