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

  /external/skia/tests/
ResourceCacheTest.cpp 62 static const size_t kDefaultSize = 100;
66 TestResource(size_t size = kDefaultSize)
  /art/compiler/utils/
arena_allocator.cc 32 constexpr size_t Arena::kDefaultSize;
256 Arena* new_arena = pool_->AllocArena(std::max(Arena::kDefaultSize, allocation_size));
arena_allocator.h 107 static constexpr size_t kDefaultSize = 128 * KB;
108 explicit Arena(size_t size = kDefaultSize);
  /external/chromium_org/third_party/skia/tests/
ResourceCacheTest.cpp 63 static const size_t kDefaultSize = 100;
67 TestResource(GrGpu* gpu, size_t size = kDefaultSize)

Completed in 111 milliseconds