]> gitweb.factorcode.org Git - factor.git/commit
vm/allot.hpp: Print more room info when allot() fails.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 10 Mar 2020 08:31:23 +0000 (03:31 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 10 Mar 2020 08:33:20 +0000 (03:33 -0500)
commitfcc225466fa2fbb29e2f42eb582160de4d04de91
tree4c0d10385754393d33763dae2f1c94ef63c2fc08
parent96d3482475d7a750f09f4ffb40dd496465f05c57
vm/allot.hpp: Print more room info when allot() fails.

This is to help debug win64.

Some interesting observations:

fails without any error:
factor.com -codeheap=74000

fails with VirtualAlloc error:
factor.com -codeheap=80000
vm/allot.hpp