adplus-dvertising
frame-decoration

Question

What is the purpose of private allocations in VAD trees?

a.

To manage memory-mapped files

b.

To manage executable images

c.

To manage process private and locally allocated memory

d.

To manage system-wide physical memory

Posted under Reverse Engineering

Answer: (c).To manage process private and locally allocated memory Explanation:Private allocations are typically used for heaps and stacks (there can be multiple stacks in a single process—one for each thread).

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of private allocations in VAD trees?