How to protect the heap from affecting the memory?
Posted: Wed Jul 13, 2022 7:53 pm
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
b) Embed pointed child objects into the parent object
c) Allocate objects in chunks
d) All of the mentioned