WinsFreeMem(
IN PVOID pBuffer,
IN ULONG Size,
IN BOOLEAN Rcv
);
Routine Description:
This Routine handles freeing memory and keeping track of how
much has been allocated.
Arguments:
pBuffer - buffer to free
Size - number of bytes to allocate
Rcv - boolean that indicates if it is rcv or send buffering
Return Value:
none