commit | bbe53b1c16d523d3c70cf8e942249f7d76f90e73 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Wed Apr 04 15:24:01 2012 -0700 |
committer | Jason Evans <je@fb.com> | Wed Apr 04 15:24:01 2012 -0700 |
tree | 460cc87d10a23fb58a52aac7696c2a719749dccd | |
parent | 3cc1f1aa6981d6647aa01cec725fb2c134c1b0e9 [diff] |
Revert "Use ffsl() in ALLOCM_ALIGN()." This reverts commit 722b370399fd6734de6781285ce9a0cffd547bdd. Unfortunately, glibc requires _GNU_SOURCE to be defined before including string.h, but there is no reliable way to get the prototype within jemalloc.h unless _GNU_SOURCE was already defined.