Reference counting

BCS none at anon.com
Mon Mar 2 10:26:50 PST 2009


Hello Qian,

> Hi All,
> 
> is it possible to see the reference counting of a char[]?
> 

Almost certainly no. D Uses a mark-and-sweep GC not a ref counting one, so 
there isn't a reference count.




More information about the Digitalmars-d-learn mailing list