Naming refactor
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
#include <sys/mman.h>
|
||||
|
||||
|
||||
#define IsPageAligned(x) (IsAlignedTo(x, platform_page_size()))
|
||||
#define IsPageAligned(x) (IsAlignedToPow2(x, platform_page_size()))
|
||||
|
||||
U32 platform_page_size(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user