Hi all. I just wondering a thing. If I have a program which call new/delete pretty often, will it become slower over time just because the memory become "unordered"? If yes, if I don't do any delete and new operation in some time. Will the memory then automatically become ordered again by the operating system?


Thanks in advance.