Split the platform specific mem_utils implementations

This commit is contained in:
2024-10-05 23:05:32 +01:00
parent f2f155744a
commit 1d1c3ca928
8 changed files with 163 additions and 113 deletions

View File

@@ -8,7 +8,6 @@
#define GB(SIZE) (MB(SIZE) * 1024)
#define TB(SIZE) (GB(SIZE) * 1024)
#define wapp_misc_utils_padding_size(SIZE) \
u8 reserved_padding[sizeof(void *) - ((SIZE) % sizeof(void *))]
#define wapp_misc_utils_padding_size(SIZE) u8 reserved_padding[sizeof(void *) - ((SIZE) % sizeof(void *))]
#endif // !MISC_UTILS_H