Increase scratch buffer size
This commit is contained in:
parent
3c549f0838
commit
163ef9f79e
@ -1,4 +1,4 @@
|
|||||||
align(4096) __gshared ubyte[512 * 1024] scratch;
|
align(4096) __gshared ubyte[1024 * 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