server-skynet-source-3rd-je.../include/jemalloc
Jason Evans 722b370399 Use ffsl() in ALLOCM_ALIGN().
Use ffsl() rather than ffs() plus bitshifting in ALLOCM_ALIGN().  The
original rational for using ffs() was portability, but the bitmap code
has since induced a hard dependency on ffsl().
2012-04-02 14:09:07 -07:00
..
internal Remove vsnprintf() and strtoumax() validation. 2012-04-02 02:30:24 -07:00
jemalloc_defs.h.in Use __sync_add_and_fetch and __sync_sub_and_fetch when they are available 2012-03-26 11:51:13 -07:00
jemalloc.h.in Use ffsl() in ALLOCM_ALIGN(). 2012-04-02 14:09:07 -07:00