
2 Sep
2012
2 Sep
'12
6:54 p.m.
OK - following suggestion for Windows:
minimum_stacksize()/maximum_stacksize() will be static member funcs of class stack_allocator. minimum_stacksize() returns pagesize + 1kB
Why + 1kb? Shouldn't the guard page have 4k as well?
Am 02.09.2012 20:27, schrieb Hartmut Kaiser: pagesize == reserved for guard page 1kb usable for application but you can argument that VirtualAlloc will use a multiple of pagesize Oliver