Why new()/delete() is slower than malloc()/free()?

Posted by Viet on Stack Overflow See other posts from Stack Overflow or by Viet
Published on 2010-04-03T07:31:22Z Indexed on 2010/04/03 7:33 UTC
Read the original article Hit count: 284

Why new()/delete() is slower than malloc()/free()?

© Stack Overflow or respective owner

Related posts about c++

Related posts about memory-allocation