Searched refs:mallocs (Results 1 – 21 of 21) sorted by relevance
/external/curl/tests/ |
D | memanalyze.pl | 30 my $mallocs=0; 160 $mallocs++; 412 print "Mallocs: $mallocs\n", 421 "Allocations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups)."\n", 422 …"Operations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups + $sends + $recvs + $sockets…
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.cc | 45 malloced>>20, malloced_redzones>>20, mallocs); in Print() 111 malloc_stats->blocks_in_use = stats.mallocs; in FillMallocStatistics()
|
D | asan_stats.h | 28 uptr mallocs; member
|
D | asan_allocator.cc | 437 thread_stats.mallocs++; in Allocate()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2009-11-16-MallocSingleStoreToGlobalVar.ll | 1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | 2009-11-16-MallocSingleStoreToGlobalVar.ll | 1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
|
/external/curl/lib/ |
D | CMakeLists.txt | 42 # #OPTION(CURL_MALLOC_DEBUG "Debug mallocs in Curl" OFF)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_cpuid.ll | 36 ; We used to introduce stack mallocs for UAR detection, but that makes LLVM run
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_cpuid.ll | 36 ; We used to introduce stack mallocs for UAR detection, but that makes LLVM run
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-wire-protocol.md | 13 …ory buffer and signaling socket. The client writes the record describing mallocs or frees into the…
|
D | heapprofd-design.md | 81 …mallocs with sequence numbers lower than the one already processed for this address. If the sample…
|
/external/ltp/doc/ |
D | nommu-notes.txt | 88 Avoid large mallocs.
|
/external/libchrome/base/containers/ |
D | README.md | 38 construction time for the entire map. But because it avoids mallocs in most
|
/external/ipsec-tools/ |
D | ChangeLog | 639 * src/racoon/isakmp_xauth.c: Fix unchecked mallocs (Coverity 4176,
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1157 /* Define if you want to compile in Python-specific mallocs */
|
D | configure.ac | 3024 AS_HELP_STRING([--with(out)-pymalloc], [disable/enable specialized mallocs])) 3032 [Define if you want to compile in Python-specific mallocs])
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1539 /* Define if you want to compile in Python-specific mallocs */
|
D | configure.ac | 3400 AS_HELP_STRING([--with(out)-pymalloc], [disable/enable specialized mallocs])) 3409 [Define if you want to compile in Python-specific mallocs])
|
/external/freetype/ |
D | ChangeLog.26 | 5248 Avoids multiple mallocs per typical glyphs. 5250 With this and recent changes to avoid mallocs, the thread-safe
|
/external/u-boot/common/ |
D | dlmalloc.src | 2090 mallocs with other sbrk calls.
|
/external/libxml2/ |
D | ChangeLog | 13418 mallocs
|