Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VirtualFree()

1 view
Skip to first unread message

Andreas Krieg

unread,
Feb 10, 1999, 3:00:00 AM2/10/99
to
Hi,

MS documentation says, that if you use VirtualFree() with the
MEM_RELEASE flag that you can only free the complete reserved block?

I'm not sure, that I need the complete reserved block and so I want to
release the memory that I do not need?

Is there a way with the VirtualXX() functions??

Please answer also by EMail.

Andreas

Raymond Chen

unread,
Feb 10, 1999, 3:00:00 AM2/10/99
to
You can only free the entire block. If you reserve more than you
need, that's okay. As long as you don't commit more than you
need.
--
(My return address is intentionally invalid to foil spammers. Delete the
".---" to get my real address. I do this on my own time with my own money;
my responses are not to be considered official technical support or advice.)

0 new messages