Function iai_callgrind::client_requests::valgrind::stack_deregister

source ยท
pub fn stack_deregister(stack_id: StackId)
Available on crate feature client_requests_defs only.
Expand description

Unmark the piece of memory associated with a StackId as being a stack

Deregisters a previously registered stack. Informs Valgrind that previously registered memory range with StackId id is no longer a stack.

Warning: Unfortunately, this client request is unreliable and best avoided.