tools: run-tests: leak-test

This commit is contained in:
Bill Zissimopoulos 2016-11-02 21:31:28 -07:00
parent 453f1732dc
commit 5f1b723fab

View File

@ -262,9 +262,9 @@ for /F "tokens=1,2 delims=:" %%i in ('verifier /query ^| findstr ^
set PagedAlloc=%%l
)
) else if X!FieldName!==XCurrentPagedPoolAllocations (
set PagedAlloc=%%j
set PagedAlloc=!FieldValue!
) else if X!FieldName!==XCurrentNonPagedPoolAllocations (
set NonPagedAlloc=%%j
set NonPagedAlloc=!FieldValue!
)
)
set /A TotalAlloc=PagedAlloc+NonPagedAlloc