commit | 34779914400988922d36815b7085893fbcc89a2e | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Fri Dec 13 15:07:43 2013 -0800 |
committer | Jason Evans <je@fb.com> | Fri Dec 13 15:07:43 2013 -0800 |
tree | 44d286984d5a1ddbe3d1957432f043e7e32117e0 | |
parent | d82a5e6a34f20698ab9368bb2b4953b81d175552 [diff] |
Fix name mangling issues. Move je_* definitions from jemalloc_macros.h.in to jemalloc_defs.h.in, because only the latter is an autoconf header (#undef substitution occurs). Fix unit tests to use automatic mangling, so that e.g. mallocx is macro-substituted to becom jet_mallocx.