Don't abuse malloc to allocate small fixed-size structs that we can keep on the stack.
authorart <art@openbsd.org>
Wed, 19 Apr 2000 08:35:37 +0000 (08:35 +0000)
committerart <art@openbsd.org>
Wed, 19 Apr 2000 08:35:37 +0000 (08:35 +0000)
commit15e3682d99d9041d20e225542172dcd7c0e06c49
tree3f9799f52943e28ea5d531a969400606dd127f7f
parentdc974da36d3f296eb33395633fd9f640eee3a239
Don't abuse malloc to allocate small fixed-size structs that we can keep on the stack.
sys/kern/kern_ktrace.c