vcr

Members

Enums

Vg_CallgrindClientRequest
enum Vg_CallgrindClientRequest
Undocumented in source.
Vg_ClientRequest
enum Vg_ClientRequest

from valgrind/valgrind.h.

Vg_DRDClientRequest
enum Vg_DRDClientRequest
Undocumented in source.
Vg_MemCheckClientRequest
enum Vg_MemCheckClientRequest
Undocumented in source.
Vg_TCheckClientRequest
enum Vg_TCheckClientRequest
Undocumented in source.

Functions

cleanMemory
size_t cleanMemory(void* start, size_t len)

Client requests for helgrind.

countErrors
size_t countErrors()
Undocumented in source. Be warned that the author may not have intended to support it.
countLeakBlocks
LeakCount countLeakBlocks()
Undocumented in source. Be warned that the author may not have intended to support it.
countLeaks
LeakCount countLeaks()
Undocumented in source. Be warned that the author may not have intended to support it.
discardTranslation
void discardTranslation(void* addr, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
doAddedLeakCheck
size_t doAddedLeakCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
doChangedLeakCheck
size_t doChangedLeakCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
doClientRequest
size_t doClientRequest(size_t flag, size_t[6] args)
Undocumented in source. Be warned that the author may not have intended to support it.
doClientRequest
size_t doClientRequest(size_t flag, size_t[6] args)
Undocumented in source. Be warned that the author may not have intended to support it.
doLeakCheck
size_t doLeakCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
doQuicLeakCheck
size_t doQuicLeakCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
dumpStats
size_t dumpStats()

Client requests for callgrind.

dumpStatsAt
size_t dumpStatsAt(void* posStr)
Undocumented in source. Be warned that the author may not have intended to support it.
makeMemDefined
size_t makeMemDefined(void* addr, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
makeMemDefinedIfAddressable
size_t makeMemDefinedIfAddressable(void* addr, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
makeMemNoaccess
size_t makeMemNoaccess(void* addr, size_t len)

Client requests for memcheck.

makeMemUndefined
size_t makeMemUndefined(void* addr, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
runningOnValgrind
size_t runningOnValgrind()

Client requests for valgrind core.

stackChange
size_t stackChange(size_t id, void* start, void* end)
Undocumented in source. Be warned that the author may not have intended to support it.
stackDeregister
void stackDeregister(size_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
stackRegister
size_t stackRegister(void* start, void* end)
Undocumented in source. Be warned that the author may not have intended to support it.
startInstrumentation
size_t startInstrumentation()
Undocumented in source. Be warned that the author may not have intended to support it.
stopInstrumentation
size_t stopInstrumentation()
Undocumented in source. Be warned that the author may not have intended to support it.
toggleCollect
size_t toggleCollect()
Undocumented in source. Be warned that the author may not have intended to support it.
zeroStats
size_t zeroStats()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

LeakCount
struct LeakCount
Undocumented in source.

Meta