|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | CHECK_ALIGNMENT(ptr, align) EXPECT_EQ((size_t)ptr % align, 0) |
Functions | |
| CCL_NAMESPACE_BEGIN | TEST (util_aligned_malloc, aligned_malloc_16) |
| TEST (util_aligned_malloc, aligned_malloc_32) | |
Definition at line 9 of file util_aligned_malloc_test.cpp.
| CCL_NAMESPACE_BEGIN TEST | ( | util_aligned_malloc | , |
| aligned_malloc_16 | ) |
Definition at line 13 of file util_aligned_malloc_test.cpp.
References CHECK_ALIGNMENT, util_aligned_free(), and util_aligned_malloc().
| TEST | ( | util_aligned_malloc | , |
| aligned_malloc_32 | ) |
Definition at line 22 of file util_aligned_malloc_test.cpp.
References CHECK_ALIGNMENT, util_aligned_free(), and util_aligned_malloc().