Searched refs:expected_malloc_alignment (Results 1 – 2 of 2) sorted by relevance
7 static uintptr_t expected_malloc_alignment(size_t size) { in expected_malloc_alignment() function24 const uintptr_t alignment_mask = expected_malloc_alignment(size) - 1; in TEST()
153 static uintptr_t expected_malloc_alignment(size_t size) { in expected_malloc_alignment() function170 const uintptr_t alignment_mask = expected_malloc_alignment(size) - 1; in TEST_F()