mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: run-tests: leak-test
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user