Home
last modified time | relevance | path

Searched refs:kMinimumBlockAlignment (Results 1 – 3 of 3) sorted by relevance

/external/ruy/ruy/
Dsystem_aligned_alloc.cc31 return _aligned_malloc(num_bytes, kMinimumBlockAlignment); in SystemAlignedAlloc()
34 if (posix_memalign(&ptr, kMinimumBlockAlignment, num_bytes)) { in SystemAlignedAlloc()
Dsystem_aligned_alloc.h42 constexpr std::ptrdiff_t kMinimumBlockAlignment = 64; variable
Dallocator.cc50 round_up_pot(num_bytes, detail::kMinimumBlockAlignment); in AllocateBytes()