We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cdb48 commit 236be5fCopy full SHA for 236be5f
1 file changed
src_rebuild/Game/C/system.h
@@ -66,7 +66,7 @@ extern void sys_freeall();
66
#endif
67
68
#else
69
-#define D_MALLOC(size) (char*)mallocptr; mallocptr += (size);// (char*)((int)mallocptr + size + 3 & 0xfffffffc);
+#define D_MALLOC(size) (char*)mallocptr; mallocptr += (((size) + 3) & -4);
70
#define D_TEMPALLOC(size) (char*)mallocptr
71
#define D_TEMPFREE()
72
0 commit comments