|
Blender
V3.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 8 of file util_aligned_malloc_test.cpp.
| CCL_NAMESPACE_BEGIN TEST | ( | util_aligned_malloc | , |
| aligned_malloc_16 | |||
| ) |
Definition at line 12 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 21 of file util_aligned_malloc_test.cpp.
References CHECK_ALIGNMENT, util_aligned_free(), and util_aligned_malloc().