VOID __stdcall MiFreeReservationRuns(
_MI_PARTITION *Partition,
_MI_WS_SWAP_RESERVATION_RUN *ReservationRuns,
UINT64 NumberOfRuns){
_MI_WS_SWAP_RESERVATION_RUN *v3;
_MI_WS_SWAP_RESERVATION_RUN *i;
v3 = ReservationRuns + 20;
for( i = ReservationRuns; i < v3; i += 4 )
MiFreeReservationRun(Partition, i);
}