commit | 6edc97db15311fdac189798ec24e3eb39dc75d8e | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Tue Dec 10 14:23:10 2013 -0800 |
committer | Jason Evans <je@fb.com> | Tue Dec 10 14:35:34 2013 -0800 |
tree | 95c147eb16a37b37730cc713c4ced7a41ddb4755 | |
parent | 736923254409aed1a4a226e0ba7429f573c1f372 [diff] |
Fix inline-related macro issues. Add JEMALLOC_INLINE_C and use it instead of JEMALLOC_INLINE in .c files, so that the annotated functions are always static. Remove SFMT's inline-related macros and use jemalloc's instead, so that there's no danger of interactions with jemalloc's definitions that disable inlining for debug builds.