Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:ffs

403   Causes malloc to use the builtin ffs() function to compute indices.
404 Some compilers may recognize and intrinsify ffs to be faster than the
1467 #include <strings.h> /* for ffs */
2964 #define compute_bit2idx(X, I) I = ffs(X)-1