Home
last modified time | relevance | path

Searched refs:real_align (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_internal.h2226 size_t real_align = astc::max(min_align, align); in aligned_malloc() local
2229 ptr = _aligned_malloc(size, real_align); in aligned_malloc()
2231 error = posix_memalign(&ptr, real_align, size); in aligned_malloc()

Completed in 5 milliseconds