/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
|
D | pycodegen.py | 661 frees = gen.scope.get_free_vars() 662 if frees: 663 for name in frees: 665 self.emit('BUILD_TUPLE', len(frees))
|
/external/freetype/src/cache/ |
D | ftccache.c | 569 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/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/skia/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/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/curl/tests/ |
D | memanalyze.pl | 134 $frees++; 417 "Frees: $frees\n",
|
/external/freetype/docs/ |
D | DEBUG | 33 allocations and frees that are performed within the font engine. 41 debugging memory manager never frees the blocks to the heap in 42 order to detect double frees). 159 well as other common errors like double frees. It is also capable
|
/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/test/BugPoint/ |
D | remove_arguments_test.ll | 6 ; unnecessary. And clean up any types that frees up too.
|
/external/swiftshader/third_party/LLVM/test/BugPoint/ |
D | remove_arguments_test.ll | 6 ; unnecessary. And clean up any types that that frees up too.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/BugPoint/ |
D | remove_arguments_test.ll | 6 ; unnecessary. And clean up any types that frees up too.
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | doublefree.ll | 1 ; Test that double frees are detected
|
/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/python/cpython3/Misc/ |
D | README.valgrind | 23 many allocations (and frees), except for those that are forwarded 98 (Python allocates and frees dynamic memory at a ferocious rate
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-negative-stride.ll | 4 ; frees up a register from holding the trip count.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | arm-negative-stride.ll | 4 ; frees up a register from holding the trip count.
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-negative-stride.ll | 4 ; frees up a register from holding the trip count.
|
/external/clang/test/Analysis/inlining/ |
D | RetainCountExamples.m | 36 // Test that retain release checker warns on leaks and use-after-frees when
|
/external/u-boot/doc/ |
D | README.menu | 68 * menu_destroy() - frees the memory used by a menu and its items.
|
/external/perfetto/docs/ |
D | heapprofd.md | 45 * objects: how many allocations without matching frees were done at this 47 * alloc\_objects: how many allocations (including ones with matching frees) were
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0034-opj_malloc.patch | 159 Deallocates or frees a memory block.
|
/external/lzma/DOC/ |
D | 7zC.txt | 107 SzArEx_Open function allocates and frees temporary structures by "allocTemp" functions.
|