Hi,

I'm not sure where this question would fit, but if it doesn't belong here, feel free to move it to appropriate forum.

A Process Heap defaults to 1MB in Size, which is the initial Reserve. This equals to 256 Number of 4KB Virtual Memory Pages.

Does this mean that the smallest amount of Memory that can be Allocated in a Heap is a One 4KB Page?

Thanks