/external/selinux/libselinux/utils/ |
D | avcstat.c | 35 unsigned long long frees; member 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() 220 rel.allocations, rel.reclaims, rel.frees); in main()
|
/external/python/cpython2/Lib/compiler/ |
D | symbols.py | 23 self.frees = {} 85 print >> sys.stderr, "\tfrees:", self.frees 98 if self.nested and (name in self.frees or name in self.uses): 109 free.update(self.frees) 117 frees = child.get_free_vars() 118 globals = self.add_frees(frees) 136 if name in self.frees: 137 del self.frees[name] 155 self.frees[name] = 1
|
/external/freetype/src/cache/ |
D | ftccache.c | 568 FTC_Node frees = NULL; in FTC_Cache_RemoveFaceID() local 591 node->link = frees; in FTC_Cache_RemoveFaceID() 592 frees = node; in FTC_Cache_RemoveFaceID() 600 while ( frees ) in FTC_Cache_RemoveFaceID() 605 node = frees; in FTC_Cache_RemoveFaceID() 606 frees = node->link; in FTC_Cache_RemoveFaceID()
|
/external/ltp/testcases/kernel/controllers/memcg/ |
D | README | 25 through the named pipe /tmp/status_pipe and frees it on receiving 'm' again. 39 And, it frees all the allocated when received SIGUSR again.
|
/external/freetype/docs/ |
D | DEBUG | 33 allocations and frees that are performed within the font engine. 41 memory (the debugging memory manager never frees the blocks to the 42 heap in order to detect double frees). 158 as other common errors like double frees. It is also capable of 196 This is useful to detect double-frees or weird heap corruption,
|
/external/skqp/docs/ |
D | SkDynamicMemoryWStream_Reference.bmh | 138 Internally, frees memory as it is copied, reducing total memory 158 Internally, frees memory as it is copied, reducing total memory
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | llvm-twine-local.rst | 7 Looks for local ``Twine`` variables which are prone to use after frees and
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_stats.h | 30 uptr frees; member
|
D | memprof_stats.cpp | 46 Printf("Stats: %zuM freed by %zu calls\n", freed >> 20, frees); in Print()
|
/external/curl/tests/ |
D | memanalyze.pl | 134 $frees++; 417 "Frees: $frees\n",
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_stats.h | 30 uptr frees; member
|
D | asan_stats.cpp | 46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.h | 31 uptr frees; member
|
D | asan_stats.cc | 47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
|
/external/llvm-project/llvm/test/BugPoint/ |
D | remove_arguments_test.ll | 6 ; unnecessary. And clean up any types that frees up too.
|
/external/llvm/test/BugPoint/ |
D | remove_arguments_test.ll | 6 ; unnecessary. And clean up any types that frees up too.
|
/external/perfetto/src/profiling/memory/ |
D | CHANGELOG.md | 5 applications to report memory allocations / frees that are not done
|
/external/libwebsockets/READMEs/ |
D | README.lws_struct.md | 32 lwsac frees the whole thing without having to walk it
|
/external/python/cpython2/Misc/ |
D | README.valgrind | 20 many allocations (and frees), except for those that are forwarded 95 (Python allocates and frees dynamic memory at a ferocious rate
|
/external/angle/third_party/zlib/patches/ |
D | 0005-infcover-gtest.patch | 145 - fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo); 147 + << zone->notlifo << " frees not LIFO" 151 - fprintf(stderr, "** %s: %d frees not recognized\n", 154 + << zone->rogue << " frees not recognized"
|
/external/zlib/patches/ |
D | 0005-infcover-gtest.patch | 145 - fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo); 147 + << zone->notlifo << " frees not LIFO" 151 - fprintf(stderr, "** %s: %d frees not recognized\n", 154 + << zone->rogue << " frees not recognized"
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-negative-stride.ll | 4 ; frees up a register from holding the trip count.
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | arm-negative-stride.ll | 4 ; frees up a register from holding the trip count.
|
/external/python/cpython3/Misc/ |
D | README.valgrind | 27 many allocations (and frees), except for those that are forwarded 106 (Python allocates and frees dynamic memory at a ferocious rate
|
/external/pigweed/pw_arduino_build/ |
D | docs.rst | 24 applies when compiling Arduino core source files. That frees up ``main()`` to be
|