HELLO: Make sure scratch area is page-aligned
This commit is contained in:
parent
195b7496f4
commit
9182a83ef2
@ -1,4 +1,4 @@
|
|||||||
__gshared ubyte[512 * 1024] scratch;
|
align(4096) __gshared ubyte[512 * 1024] scratch;
|
||||||
__gshared size_t scratch_used;
|
__gshared size_t scratch_used;
|
||||||
|
|
||||||
size_t scratch_free()
|
size_t scratch_free()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user