Searched defs:kAddressAlign (Results 1 – 2 of 2) sorted by relevance
426 inline static constexpr size_t kAddressAlign = 8; variable430 inline static constexpr size_t kAddressAlign = alignof(std::max_align_t); variable
62 static constexpr size_t kAddressAlign = SkBlockAllocator::kAddressAlign; member in TBlockListTestAccess