public class ValgrindErrorList extends Object
Constructor and Description |
---|
ValgrindErrorList(List<ValgrindError> errors) |
public ValgrindErrorList(List<ValgrindError> errors)
public int getOverlapErrorCount()
public List<ValgrindError> getOverlapErrors()
public int getSyscallParamErrorCount()
public List<ValgrindError> getSyscallParamErrors()
public int getInvalidFreeErrorCount()
public List<ValgrindError> getInvalidFreeErrors()
public int getMismatchedFreeErrorCount()
public List<ValgrindError> getMismatchedFreeErrors()
public int getUninitializedValueErrorCount()
public List<ValgrindError> getUninitializedValueErrors()
public int getUninitializedConditionErrorCount()
public List<ValgrindError> getUninitializedConditionErrors()
public int getInvalidReadErrorCount()
public List<ValgrindError> getInvalidReadErrors()
public int getInvalidWriteErrorCount()
public List<ValgrindError> getInvalidWriteErrors()
public int getLeakDefinitelyLostErrorCount()
public List<ValgrindError> getLeakDefinitelyLostErrors()
public int getLeakPossiblyLostErrorCount()
public List<ValgrindError> getLeakPossiblyLostErrors()
public int getLeakStillReachableErrorCount()
public List<ValgrindError> getLeakStillReachableErrors()
public int getLeakIndirectlyLostErrorCount()
public List<ValgrindError> getLeakIndirectlyLostErrors()
public int getRaceErrorCount()
public List<ValgrindError> getRaceErrors()
public int getUnlockUnlockedErrorCount()
public List<ValgrindError> getUnlockUnlockedErrors()
public int getUnlockForeignErrorCount()
public List<ValgrindError> getUnlockForeignErrors()
public int getUnlockBogusErrorCount()
public List<ValgrindError> getUnlockBogusErrors()
public int getPthAPIErrorCount()
public List<ValgrindError> getPthAPIErrors()
public int getLockOrderErrorCount()
public List<ValgrindError> getLockOrderErrors()
public int getMiscErrorCount()
public List<ValgrindError> getMiscErrors()
public int getErrorCount()
public int getErrorCountByKind(ValgrindErrorKind valgrindErrorKind)
public List<ValgrindError> getErrorsByKind(ValgrindErrorKind valgrindErrorKind)
public int getDefinitelyLeakedBytes()
public int getPossiblyLeakedBytes()
public int getIndirectlyLeakedBytes()
public int getStillReachableLeakedBytes()
public int getLeakedBytes(ValgrindErrorKind kind, String executable)
Copyright © 2016–2018. All rights reserved.