Searched refs:mallocs (Results 1 – 19 of 19) 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 | 1258 struct one_malloc mallocs[NR_MALLOCS]; variable 1265 if (!mallocs[index].ptr) in free_one_malloc() 1268 mpx_mini_free(mallocs[index].ptr, mallocs[index].size); in free_one_malloc() 1269 dprintf4("freed[%d]: %p\n", index, mallocs[index].ptr); in free_one_malloc() 1271 free_ptr = (unsigned long)mallocs[index].ptr; in free_one_malloc() 1277 mallocs[index].ptr = NULL; in free_one_malloc() 1316 void *ptr = mallocs[rand_index].ptr; in do_one_malloc() 1347 mallocs[rand_index].nr_filled_btes = cover_buf_with_bt_entries(ptr, sz); in do_one_malloc() 1348 mallocs[rand_index].ptr = ptr; in do_one_malloc() 1349 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/valgrind/memcheck/ |
D | mc_leakcheck.c | 343 MC_Chunk **mallocs, **chunks, *mc; in find_active_chunks() local 350 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs ); in find_active_chunks() 352 tl_assert(mallocs == NULL); in find_active_chunks() 356 VG_(ssort)(mallocs, n_mallocs, sizeof(VgHashNode*), compare_MC_Chunks); in find_active_chunks() 376 m = find_chunk_for(mc->data, mallocs, n_mallocs); in find_active_chunks() 385 m = find_chunk_for(mc->data + (mc->szB - 1), mallocs, n_mallocs); in find_active_chunks() 413 chunks[s++] = mallocs[m]; in find_active_chunks() 419 VG_(free)(mallocs); in find_active_chunks()
|
/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/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 | 34 # #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/ltp/doc/ |
D | nommu-notes.txt | 88 Avoid large mallocs.
|
/external/ipsec-tools/ |
D | ChangeLog | 639 * src/racoon/isakmp_xauth.c: Fix unchecked mallocs (Coverity 4176,
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1127 /* Define if you want to compile in Python-specific mallocs */
|
D | configure.ac | 2995 AS_HELP_STRING([--with(out)-pymalloc], [disable/enable specialized mallocs])) 3003 [Define if you want to compile in Python-specific mallocs])
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1391 /* Define if you want to compile in Python-specific mallocs */
|
D | configure.ac | 3268 AS_HELP_STRING([--with(out)-pymalloc], [disable/enable specialized mallocs])) 3277 [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/libvncserver/ |
D | ChangeLog | 7504 test/tight-1.c, tight.c: further valgrinding showed leaked mallocs
|
/external/libxml2/ |
D | ChangeLog | 13418 mallocs
|