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

  /art/test/NativeAllocations/
NativeAllocations.java 58 NativeAllocation[] allocations = new NativeAllocation[count]; local
60 allocations[i % count] = new NativeAllocation(size);
  /dalvik/tests/098-native-allocations/src/
Main.java 58 NativeAllocation[] allocations = new NativeAllocation[count]; local
60 allocations[i % count] = new NativeAllocation(size);
  /bionic/libc/bionic/
malloc_debug_common.h 64 size_t allocations; member in struct:HashEntry
  /external/compiler-rt/lib/lsan/
lsan_common.cc 481 uptr bytes = 0, allocations = 0; local
485 allocations += leaks_[i].hit_count;
491 bytes, allocations);
  /frameworks/base/core/jni/
android_os_Debug.cpp 762 * size_t allocations
766 * array of function pointers, and "allocations" is the number of
767 * allocations with the exact same size and backtrace.
769 * The entries are sorted by descending total size (i.e. size*allocations)
811 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); local
817 allocations);
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
ddmlib.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 606 milliseconds