Home
last modified time | relevance | path

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

12

/external/freetype/src/cache/
Dftccache.c574 FTC_Node frees = NULL; in FTC_Cache_RemoveFaceID() local
597 node->link = frees; in FTC_Cache_RemoveFaceID()
598 frees = node; in FTC_Cache_RemoveFaceID()
606 while ( frees ) in FTC_Cache_RemoveFaceID()
611 node = frees; in FTC_Cache_RemoveFaceID()
612 frees = node->link; in FTC_Cache_RemoveFaceID()
/external/valgrind/main/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.cc41 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
Dasan_allocator2.cc456 thread_stats.frees++; in Deallocate()
Dasan_allocator.cc631 thread_stats.frees++; in Deallocate()
/external/llvm/test/BugPoint/
Dremove_arguments_test.ll7 ; unnecessary. And clean up any types that that frees up too.
/external/valgrind/main/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.expr-s390x-mvc29 total heap usage: ... allocs, ... frees, ... bytes allocated
Dpartial_load_dflt.stderr.exp6429 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
/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/quake/quake/src/QW/
Drelease233_notes.txt30 automatically frees up the mouse cursor.
/external/clang/test/Analysis/inlining/
DRetainCountExamples.m36 // Test that retain release checker warns on leaks and use-after-frees when
/external/libvpx/libvpx/examples/
Dsimple_decoder.txt82 The `vpx_codec_destroy` call frees any memory allocated by the codec.
Dsimple_encoder.txt91 The `vpx_codec_destroy` call frees any memory allocated by the codec.
/external/clang/test/Analysis/
Dmalloc.mm117 CFRelease(str); // default allocator also frees bytes
/external/qemu/android/camera/
Dcamera-capture-mac.m355 /* Uninitializes and frees MacCameraDevice descriptor.
/external/libppp/src/
DREADME.nat75 protocols. This frees users from depending on using the ftp passive

12