Home
last modified time | relevance | path

Searched defs:kAllocationAlignment (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/text/gpu/
DSubRunAllocator.h124 inline static constexpr int kAllocationAlignment = alignof(std::max_align_t); variable
126 inline static constexpr int kAllocationAlignment = 8; variable
/external/cronet/base/allocator/partition_allocator/starscan/
Dstate_bitmap.h86 static constexpr size_t kAllocationAlignment = AllocationAlignment; variable