Does RtlHeapAlloc calls VirtuallAlloc internally? if not what is the implementation of it ? can anyone offer some details or links about it? i didn't find too much useful information from google. thanks!
Asked
Active
Viewed 465 times
1
-
1check this http://stackoverflow.com/questions/872072/whats-the-differences-between-virtualalloc-and-heapalloc – Rais Alam Mar 14 '13 at 11:43
-
1There won't be documentation. It's implementation detail. – David Heffernan Mar 14 '13 at 13:41