Searched refs:_align (Results 1 – 2 of 2) sorted by relevance
52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) argument
214 #define ASSERT_ALIGNED(_offset, _align) \ in BLOB_WRITE_TYPE() argument215 assert(ALIGN((_offset), (_align)) == (_offset)) in BLOB_WRITE_TYPE()