include vmm.inc
mov esi, List ; list handle
mov eax, Node ; address of node to free
VMMCall List_Deallocate
Frees the specified node. Once a virtual device frees a node, it must not attempt to use the node. Uses EAX, Flags.
This service normally never destroys a node. Instead, the service places the node back in the free pool. The node can then quickly be reclaimed when the List_Allocate service is called. If the list is created using the LF_Use_Heap value, this service calls the _HeapFree service for each node.
_HeapFree, List_Allocate, List_Create