C
cppquester
Recently I ask here about custom new and delete.
There some people stated, that memory fragemtation
might be avoided by this.
Just to get this clear:
As long as I have enough physical memory installed,
fragementation does not matter at all for the performance, does it?
Some memory might be wasted, but does this matter for the
performance in any way? (on a typical implementation on
a x86 workstation (gcc, vc, ...))
Thanks
There some people stated, that memory fragemtation
might be avoided by this.
Just to get this clear:
As long as I have enough physical memory installed,
fragementation does not matter at all for the performance, does it?
Some memory might be wasted, but does this matter for the
performance in any way? (on a typical implementation on
a x86 workstation (gcc, vc, ...))
Thanks