In windows implemention the HeapFree function will call RtlFreeHeap to free the allocated memory, but in vld code both of two functions call g_vld.unmapBlock to unmap the block.
Is it right that just call g_vld.unmapBlock in the _RtlFreeHeap?
Is it right that just call g_vld.unmapBlock in the _RtlFreeHeap?