System allocator (implementation ofmallocandfreeornewanddelete) is a shared resource between all the components in a single process. If you introduce a new piece of code (a component or a library) that is heavy on the usage of the system allocator, this automatically increasesdata fragmentation...