Is RDTSC pure?

Kagamin spam at here.lot
Fri Sep 12 14:48:43 UTC 2025


malloc is weakly pure, because it returns mutable pointer. The 
difference is when you call it from strongly pure function, then 
it doesn't matter, how many times malloc was called.


More information about the Digitalmars-d-learn mailing list