CVSROOT:        /cvs
Module name:    src
Changes by:     o...@cvs.openbsd.org    2018/01/18 01:37:28

Modified files:
        lib/libc/stdlib: malloc.c 

Log message:
Move to ffs(3) for bitmask scanning. I played with this earlier,
but at that time ffs function calls were generated instead of the
compiler inlining the code.  Now that ffs is marked protected in
libc this is handled better.  Thanks to kshe who prompted me to
look at this again.

Reply via email to