Page 1 of 1

How to protect the heap from affecting the memory?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) Avoid using pointers for associating two data structures
b) Embed pointed child objects into the parent object
c) Allocate objects in chunks
d) All of the mentioned