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

  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 58 size_t num_allocations; member in struct:UnreachableMemoryInfo
  /art/runtime/gc/space/
large_object_space_test.cc 46 static const size_t num_allocations = 64; local
51 while (requests.size() < num_allocations) {
  /art/runtime/base/
arena_allocator.cc 133 size_t num_allocations = NumAllocations(); local
134 if (num_allocations != 0) {
136 << num_allocations << ", avg size: " << bytes_allocated / num_allocations << "\n"; local
  /system/core/libmemunreachable/
MemUnreachable.cpp 331 size_t num_allocations = unreachable.Allocations(); local
340 ok = ok && pipe.Sender().Send(num_allocations);
391 ok = ok && pipe.Receiver().Receive(&info.num_allocations);
403 info.allocation_bytes, info.num_allocations, plural(info.num_allocations));
  /external/libpng/
pngtest.c 520 static int num_allocations = 0; variable
548 num_allocations ++;
    [all...]

Completed in 482 milliseconds