commit | ae4c7b4b4092906c641d69b4bf9fcb4a7d50790d | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Mon Apr 02 07:04:34 2012 -0700 |
committer | Jason Evans <jasone@canonware.com> | Mon Apr 02 07:04:34 2012 -0700 |
tree | 753ea9c09676675e4727b97a1d84331f6e7a2faf | |
parent | f0047372673da7f213f733465dab0d8825eb1c9f [diff] |
Clean up *PAGE* macros. s/PAGE_SHIFT/LG_PAGE/g and s/PAGE_SIZE/PAGE/g. Remove remnants of the dynamic-page-shift code. Rename the "arenas.pagesize" mallctl to "arenas.page". Remove the "arenas.chunksize" mallctl, which is redundant with "opt.lg_chunk".