HomeSort by relevance Sort by last modified time
    Searched refs:allocations (Results 1 - 15 of 15) sorted by null

  /bionic/libc/bionic/
malloc_debug_common.h 59 size_t allocations; member in struct:HashEntry
malloc_debug_leak.cpp 142 entry->allocations++;
149 entry->allocations = 1;
306 // decrement the allocations
308 entry->allocations--;
309 if (entry->allocations <= 0) {
malloc_debug_common.cpp 76 size_t nbAlloc1 = e1->allocations;
77 size_t nbAlloc2 = e2->allocations;
85 // 2) number of allocations
112 * "*totalMemory" is set to the sum of all allocations we're tracking; does
144 ((entry->size & ~SIZE_FLAG_MASK) * entry->allocations);
278 * allocations is implemented in libc_malloc_debug_qemu.so and can be run inside
  /frameworks/base/core/jni/
android_os_Debug.cpp 422 * size_t allocations
426 * array of function pointers, and "allocations" is the number of
427 * allocations with the exact same size and backtrace.
429 * The entries are sorted by descending total size (i.e. size*allocations)
471 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); local
477 allocations);
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 53 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
cmdline2.stdout.exp 53 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
  /external/ceres-solver/docs/
changes.tex 55 \item Fewer memory allocations when using \texttt{DenseQRSolver}.
  /external/oprofile/events/i386/nehalem/
unit_masks 348 0x02 alloc Count L2 HW prefetcher allocations
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
ddmlib.jar 
  /external/v8/test/mjsunit/
smi-ops.js 699 // allocations we got the Smi overflow case wrong.
unicode-test.js     [all...]
  /external/bison/
maint.mk     [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 852 milliseconds