You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: store memoryUsed as long long instead of int (#292)
* fix: store memoryUsed as long long instead of int
* upd
* fix
* fmt
* use int64_t instead of long long
* use qint64
* merge
* fmt
* use unsigned 1024
* use long long
* fix: update singleCaseFinished method to use qint64 for memory parameters
* fix: update memoryUsed handling to convert from int to qint64 during stream read
0 commit comments