www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Memory overhead for a fiber?

reply Nick Sabalausky <SeeWebsiteToContactMe semitwist.com> writes:
What kind of memory overhead is there for a fiber?
Nov 05 2012
parent Piotr Szturmaj <bncrbme jadamspam.pl> writes:
W dniu 06.11.2012 04:43, Nick Sabalausky pisze:
 What kind of memory overhead is there for a fiber?
At least one PAGESIZE (typically 4KB): https://github.com/D-Programming-Language/druntime/blob/master/src/core/thread.d#L3828
Nov 05 2012