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

  /system/libhwbinder/vts/performance/
PerfTest.h 106 static const uint32_t kNumBuckets = 128;
108 static const uint64_t kTimePerBucket = kMaxTimeBucket / kNumBuckets;
115 uint32_t buckets_[kNumBuckets] = {0}; // statistics for the distribution
  /system/core/libmemunreachable/
Allocator.cpp 62 static constexpr unsigned int kNumBuckets =
87 LinkedList<Chunk*> free_chunks_[kNumBuckets];
88 LinkedList<Chunk*> full_chunks_[kNumBuckets];
324 for (unsigned int i = 0; i < kNumBuckets; i++) {
341 for (unsigned int i = 0; i < kNumBuckets; i++) {
  /external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.h     [all...]

Completed in 285 milliseconds