logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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