Module memcheck

Source
Expand description

Modules§

alloc
Heap memory functionality
mempool
Memory pools functionality
stack
Stack memory functionality

Structs§

LeakCount

Enums§

Error
LeakCheck
MemState

Functions§

block_leaks_count
Return number of leaked blocks found by all previous leak checks
disable_error_reporting
Disable reporting of addressing errors in the specified address range
discard
Discard a block-description-handle
enable_error_reporting
Re-enable reporting of addressing errors in the specified address range
is_addressable
Check that memory range is addressable
is_defined
Check that memory range is addressable and defined
leak_check
Do a memory leak check
leaks_count
Return number of leaked bytes found by all previous leak checks
mark_mem
Mark memory state for an address range
new_block_description
Create a block-description handle
set_vbits
Set the validity data for address range
vbits
Get the validity data for address range

Type Aliases§

BlockDescHandle
Result