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

  /art/test/004-NativeAllocations/src/
Main.java 60 NativeAllocation[] allocations = new NativeAllocation[count]; local
62 allocations[i % count] = new NativeAllocation(size);
  /bionic/libc/bionic/
malloc_debug_common.h 65 size_t allocations; member in struct:HashEntry
  /external/compiler-rt/lib/lsan/
lsan_common.cc 344 LOG_POINTERS("Processing platform-specific allocations.\n");
592 uptr bytes = 0, allocations = 0; local
596 allocations += leaks_[i].hit_count;
601 allocations);

Completed in 122 milliseconds