Searched refs:mallocs (Results 1 – 15 of 15) sorted by relevance
/external/curl/tests/ |
D | memanalyze.pl | 30 my $mallocs=0; 157 $mallocs++; 400 print "Mallocs: $mallocs\n", 406 "Allocations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups)."\n";
|
/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 | 338 MC_Chunk **mallocs, **chunks, *mc; in find_active_chunks() local 345 mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &n_mallocs ); in find_active_chunks() 347 tl_assert(mallocs == NULL); in find_active_chunks() 351 VG_(ssort)(mallocs, n_mallocs, sizeof(VgHashNode*), compare_MC_Chunks); in find_active_chunks() 371 m = find_chunk_for(mc->data, mallocs, n_mallocs); in find_active_chunks() 380 m = find_chunk_for(mc->data + (mc->szB - 1), mallocs, n_mallocs); in find_active_chunks() 408 chunks[s++] = mallocs[m]; in find_active_chunks() 414 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/curl/lib/ |
D | CMakeLists.txt | 36 # #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/dbus/ |
D | HACKING | 256 number of mallocs following that malloc (because a fair number of bugs 257 only happen if two or more mallocs fail in a row, e.g. error recovery 259 mallocs to fail.
|
D | ChangeLog.pre-1-0 | 11857 * dbus/dbus-memory.c: add ability to set number of mallocs in a 12237 mallocs in the test path, but it turns out there are 500+ 12238 mallocs. I believe this was due to misguided linking setup such 12240 in the shared lib, and only daemon mallocs were tested. In any 12241 case, the test case now tests all 500+ mallocs, and doesn't pass
|
/external/curl/docs/ |
D | ROADMAP.md | 62 deprecating the old ones to allow custom mallocs and more
|
/external/ipsec-tools/ |
D | ChangeLog | 639 * src/racoon/isakmp_xauth.c: Fix unchecked mallocs (Coverity 4176,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog | 3143 Avoids multiple mallocs per typical glyphs. 3145 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
|