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