summaryrefslogtreecommitdiffstats
path: root/contrib/jemalloc/doc/jemalloc.3
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2012-04-17 21:46:59 +0000
committermckusick <mckusick@FreeBSD.org>2012-04-17 21:46:59 +0000
commit841f20af50d952e3673fbec1bcd442c1310b31b5 (patch)
tree0db2fbb73cb4840123d1217469dfb41c3655d2f2 /contrib/jemalloc/doc/jemalloc.3
parentbe041b21573e579e4461d53ea4bc294d603214a9 (diff)
downloadFreeBSD-src-841f20af50d952e3673fbec1bcd442c1310b31b5.zip
FreeBSD-src-841f20af50d952e3673fbec1bcd442c1310b31b5.tar.gz
Drop export of vdestroy() function from kern/vfs_subr.c as it is
used only as a helper function in that file. Replace sole call to vbusy() with inline code in vholdl(). Replace sole calls to vfree() and vdestroy() with inline code in vdropl(). The Clang compiler already inlines these functions, so they do not show up in a kernel backtrace which is confusing. Also you cannot set their frame in kgdb which means that it is impossible to view their local variables. So, while the produced code is unchanged, the debugging should be easier. Discussed with: kib MFC after: 2 weeks
Diffstat (limited to 'contrib/jemalloc/doc/jemalloc.3')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud