OptionalHeader.SizeOfHeapReserve

The size of the local heap space to reserve. Only SizeOfHeapCommit is committed; the rest is made available one page at a time until the reserve size is reached.

struct OptionalHeader
ulong SizeOfHeapReserve;

Meta