]> sourceware.org Git - valgrind.git/commit
FreeBSD: clean up guest stack creation code
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 25 Feb 2024 13:50:57 +0000 (14:50 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 25 Feb 2024 13:50:57 +0000 (14:50 +0100)
commit78a7f9244163bd6dba3b556f3708269a49a59243
tree0bc9e4296d306c285e5dcf9edf371e03051ef0d7
parent421bfd274b5cb1590fd8efe0b0da12973b428938
FreeBSD: clean up guest stack creation code

At one time I thought of using sysctls to get the same stack
max size and growth size as the OS uses. But that won't work
for x86 on amd64. So I've just cleaned the code a bit and
added more comments explaining what is going on.
coregrind/m_aspacemgr/aspacemgr-linux.c
coregrind/m_initimg/initimg-freebsd.c
This page took 0.030043 seconds and 5 git commands to generate.