core.thread.Fiber --- runtime stack overflow unlike goroutines

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 15 01:36:33 PDT 2014


http://msdn.microsoft.com/en-us/library/windows/desktop/aa366887%28v=vs.85%29.aspx
> Allocates memory charges (from the overall size of memory and 
> the paging files on disk) for the specified reserved memory 
> pages. The function also guarantees that when the caller later 
> initially accesses the memory, the contents will be zero. 
> Actual physical pages are not allocated unless/until the 
> virtual addresses are actually accessed.


More information about the Digitalmars-d-learn mailing list