HELLO: Make sure scratch area is page-aligned

This commit is contained in:
Josh Holtrop 2022-03-18 23:43:05 -04:00
parent 195b7496f4
commit 9182a83ef2

View File

@ -1,4 +1,4 @@
__gshared ubyte[512 * 1024] scratch;
align(4096) __gshared ubyte[512 * 1024] scratch;
__gshared size_t scratch_used;
size_t scratch_free()