Provided by: systemtap-doc_4.8-1_amd64
NAME
probe::vm.brk - Fires when a brk is requested (i.e. the heap will be resized)
SYNOPSIS
vm.brk
VALUES
name name of the probe point address the requested address length the length of the memory segment
CONTEXT
The process calling brk.
SEE ALSO
tapset::memory(3stap)