/prebuilts/go/darwin-x86/src/testing/ |
allocs.go | 29 mallocs := 0 - memstats.Mallocs 38 mallocs += memstats.Mallocs 40 // Average the mallocs over the runs (not counting the warm-up). 44 return float64(mallocs / uint64(runs))
|
benchmark.go | 47 // The initial states of memStats.Mallocs and memStats.TotalAlloc. 61 b.startAllocs = memStats.Mallocs 75 b.netAllocs += memStats.Mallocs - b.startAllocs 86 b.startAllocs = memStats.Mallocs
|
/prebuilts/go/linux-x86/src/testing/ |
allocs.go | 29 mallocs := 0 - memstats.Mallocs 38 mallocs += memstats.Mallocs 40 // Average the mallocs over the runs (not counting the warm-up). 44 return float64(mallocs / uint64(runs))
|
benchmark.go | 47 // The initial states of memStats.Mallocs and memStats.TotalAlloc. 61 b.startAllocs = memStats.Mallocs 75 b.netAllocs += memStats.Mallocs - b.startAllocs 86 b.startAllocs = memStats.Mallocs
|
/external/libxml2/ |
testOOMlib.c | 67 * Sets how many mallocs to fail when the fail alloc counter reaches 131 if (bytes == 0) /* some system mallocs handle this, some don't */ 245 /* Run once to see about how many mallocs are involved */
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
stats.go | 22 fmt.Printf("garbage.%sMem%s Alloc=%d/%d Heap=%d NextGC=%d Mallocs=%d\n", name, cpus, st.Alloc, st.TotalAlloc, st.Sys, st.NextGC, st.Mallocs)
|
parser.go | 116 fmt.Printf("Alloc=%d/%d Heap=%d Mallocs=%d PauseTime=%.3f/%d = %.3f\n", 119 st.Mallocs, float64(st.PauseTotalNs)/1e9, 125 fmt.Printf("%10d %10d %10d\n", s.Size, s.Mallocs, s.Frees)
|
/prebuilts/go/darwin-x86/test/ |
closure.go | 100 n0 := memstats.Mallocs 109 if n0 != memstats.Mallocs {
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
stats.go | 22 fmt.Printf("garbage.%sMem%s Alloc=%d/%d Heap=%d NextGC=%d Mallocs=%d\n", name, cpus, st.Alloc, st.TotalAlloc, st.Sys, st.NextGC, st.Mallocs)
|
parser.go | 116 fmt.Printf("Alloc=%d/%d Heap=%d Mallocs=%d PauseTime=%.3f/%d = %.3f\n", 119 st.Mallocs, float64(st.PauseTotalNs)/1e9, 125 fmt.Printf("%10d %10d %10d\n", s.Size, s.Mallocs, s.Frees)
|
/prebuilts/go/linux-x86/test/ |
closure.go | 100 n0 := memstats.Mallocs 109 if n0 != memstats.Mallocs {
|
/external/compiler-rt/test/tsan/ |
large_malloc_meta.cc | 5 // Test for previously unbounded memory consumption for large mallocs.
|
/prebuilts/go/darwin-x86/src/net/http/internal/ |
chunked_test.go | 124 mallocs := testing.AllocsPerRun(100, func() { 136 if mallocs > 1.5 { 137 t.Errorf("mallocs = %v; want 1", mallocs)
|
/prebuilts/go/linux-x86/src/net/http/internal/ |
chunked_test.go | 124 mallocs := testing.AllocsPerRun(100, func() { 136 if mallocs > 1.5 { 137 t.Errorf("mallocs = %v; want 1", mallocs)
|
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
FakeBackgroundService.java | 34 final ArrayList<int[]> mAllocs = new ArrayList<int[]>(); 50 mAllocs.add(alloc);
|
/external/compiler-rt/lib/asan/ |
asan_stats.cc | 45 malloced>>20, malloced_redzones>>20, mallocs); 54 PrintMallocStatsArray(" mallocs by size class: ", malloced_by_size); 111 malloc_stats->blocks_in_use = stats.mallocs;
|
asan_stats.h | 28 uptr mallocs; member in struct:__asan::AsanStats
|
/external/curl/lib/ |
CMakeLists.txt | 36 # #OPTION(CURL_MALLOC_DEBUG "Debug mallocs in Curl" OFF)
|
/external/llvm/test/Transforms/GlobalOpt/ |
2009-11-16-MallocSingleStoreToGlobalVar.ll | 1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
|
/external/curl/tests/ |
memanalyze.pl | 30 my $mallocs=0; 157 $mallocs++; 400 print "Mallocs: $mallocs\n", 406 "Allocations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups)."\n";
|
/prebuilts/go/darwin-x86/src/runtime/ |
mstats.go | 19 nmalloc uint64 // number of mallocs 98 Mallocs uint64 // number of mallocs 137 Mallocs uint64 245 // Total number of mallocs is calculated as number of frees plus number of alive objects.
|
/prebuilts/go/linux-x86/src/runtime/ |
mstats.go | 19 nmalloc uint64 // number of mallocs 98 Mallocs uint64 // number of mallocs 137 Mallocs uint64 245 // Total number of mallocs is calculated as number of frees plus number of alive objects.
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
asm_cpuid.ll | 36 ; We used to introduce stack mallocs for UAR detection, but that makes LLVM run
|
/external/valgrind/memcheck/tests/ |
origin4-many.c | 19 to the last of the 8 mallocs, that is, to p_ui8.
|
sbfragment.c | 87 printf ("%d mallocs failed, below output is doubful\n", malloc_failure);
|