adplus-dvertising
frame-decoration

Question

What are private allocations in a process?

a.

Memory-mapped files mapped into the address space

b.

Memory blocks allocated using the VirtualAlloc API

c.

Multiple variable-sized blocks of memory within a larger block

d.

Automatic allocation of a stack for every thread

Posted under Reverse Engineering

Answer: (b).Memory blocks allocated using the VirtualAlloc API Explanation:Private allocations are the most basic type of memory allocation in a process, where an application requests a memory block using the VirtualAlloc Win32 API.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What are private allocations in a process?