Your Logo
Documentation made easier

PROBE::VM.BRK

NAME
SYNOPSIS
VALUES
CONTEXT
SEE ALSO

NAME

probe::vm.brk − Fires when a brk is requested (i.e. the heap will be resized)

SYNOPSIS

vm.brk

VALUES

address

the requested address

length

the length of the memory segment

name

name of the probe point

CONTEXT

The process calling brk.

SEE ALSO

tapset::memory(3stap)