Home
last modified time | relevance | path

Searched refs:mallocs (Results 1 – 19 of 19) sorted by relevance

/external/curl/tests/
Dmemanalyze.pl30 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/
Dmpx-mini-test.c1258 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/
Dasan_stats.cc45 malloced>>20, malloced_redzones>>20, mallocs); in Print()
111 malloc_stats->blocks_in_use = stats.mallocs; in FillMallocStatistics()
Dasan_stats.h28 uptr mallocs; member
Dasan_allocator.cc437 thread_stats.mallocs++; in Allocate()
/external/valgrind/memcheck/
Dmc_leakcheck.c343 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/
D2009-11-16-MallocSingleStoreToGlobalVar.ll1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
D2009-11-16-MallocSingleStoreToGlobalVar.ll1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
/external/curl/lib/
DCMakeLists.txt34 # #OPTION(CURL_MALLOC_DEBUG "Debug mallocs in Curl" OFF)
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dasm_cpuid.ll36 ; We used to introduce stack mallocs for UAR detection, but that makes LLVM run
/external/ltp/doc/
Dnommu-notes.txt88 Avoid large mallocs.
/external/ipsec-tools/
DChangeLog639 * src/racoon/isakmp_xauth.c: Fix unchecked mallocs (Coverity 4176,
/external/python/cpython2/
Dpyconfig.h.in1127 /* Define if you want to compile in Python-specific mallocs */
Dconfigure.ac2995 AS_HELP_STRING([--with(out)-pymalloc], [disable/enable specialized mallocs]))
3003 [Define if you want to compile in Python-specific mallocs])
/external/python/cpython3/
Dpyconfig.h.in1391 /* Define if you want to compile in Python-specific mallocs */
Dconfigure.ac3268 AS_HELP_STRING([--with(out)-pymalloc], [disable/enable specialized mallocs]))
3277 [Define if you want to compile in Python-specific mallocs])
/external/freetype/
DChangeLog.265248 Avoids multiple mallocs per typical glyphs.
5250 With this and recent changes to avoid mallocs, the thread-safe
/external/libvncserver/
DChangeLog7504 test/tight-1.c, tight.c: further valgrinding showed leaked mallocs
/external/libxml2/
DChangeLog13418 mallocs