mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-15 09:27:34 +00:00
Leave even more room for 64K systems
This commit is contained in:
Binary file not shown.
@@ -231,7 +231,7 @@ if not except(exit)
|
||||
return
|
||||
fin
|
||||
copysize = MAXBUFSIZE
|
||||
while isult(heapavail, copysize + 256)
|
||||
while isult(heapavail, copysize + 4096) // Leave lots of room for recursion
|
||||
copysize = copysize - 1024
|
||||
loop
|
||||
copyrel = heapalloc(copysize + 256)
|
||||
|
Reference in New Issue
Block a user