commit | 02adabf4b408146776e4387a8f156a60e5d09c15 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Wed May 28 11:23:01 2014 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Jul 01 12:13:27 2014 -0700 |
tree | ef3279d6362a87bd061007f201123367eea40bd9 | |
parent | 4d68f14f96d1fa4c6ef6791ccb492bcf65cc9106 [diff] |
Use nallocx() rather than mallctl() to trigger initialization. Use nallocx() rather than mallctl() to trigger initialization, because nallocx() has no side effects other than initialization, whereas mallctl() does a bunch of internal memory allocation.