Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/text/gpu/
H A DSubRunAllocator.h133 static constexpr int kAllocationAlignment = alignof(std::max_align_t); variable
135 static constexpr int kAllocationAlignment = 8; variable
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dstate_bitmap.h86 static constexpr size_t kAllocationAlignment = AllocationAlignment; variable