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/linux-kselftest/tools/testing/selftests/x86/ |
D | mpx-mini-test.c | 1289 struct one_malloc mallocs[NR_MALLOCS]; variable 1296 if (!mallocs[index].ptr) in free_one_malloc() 1299 mpx_mini_free(mallocs[index].ptr, mallocs[index].size); in free_one_malloc() 1300 dprintf4("freed[%d]: %p\n", index, mallocs[index].ptr); in free_one_malloc() 1302 free_ptr = (unsigned long)mallocs[index].ptr; in free_one_malloc() 1308 mallocs[index].ptr = NULL; in free_one_malloc() 1347 void *ptr = mallocs[rand_index].ptr; in do_one_malloc() 1378 mallocs[rand_index].nr_filled_btes = cover_buf_with_bt_entries(ptr, sz); in do_one_malloc() 1379 mallocs[rand_index].ptr = ptr; in do_one_malloc() 1380 mallocs[rand_index].size = sz; in do_one_malloc()
|
/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/swiftshader/third_party/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/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/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/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 | 1468 /* Define if you want to compile in Python-specific mallocs */
|
D | configure.ac | 3413 AS_HELP_STRING([--with(out)-pymalloc], [disable/enable specialized mallocs])) 3422 [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
|