The background is in this question of mine. Put shortly, I have to fork in a multithreaded C++ program, so I\'d like to figure out how much I can do when r
fork
Standard allows new to be just a wrapper around malloc, so if malloc can be not reentrant, so can new.
new
malloc