logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Context

       The process calling brk.

Name

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

See Also

tapset::memory(3stap)

SystemTap Tapset Reference                         April 2024                               PROBE::VM.BRK(3stap)

Synopsis

       vm.brk

Values

length
           the length of the memory segment

       address
           the requested address

       name
           name of the probe point

See Also