diff options
author | Jason Evans <je@fb.com> | 2012-02-29 00:50:47 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-02-29 00:50:47 (GMT) |
commit | b172610317babc7f365584ddd7fdaf4eb8d9d04c (patch) | |
tree | 9c16ec02092d0a6f781072721679dcce7f3497dd /.gitignore | |
parent | 5389146191b279ca3b90028357dd6ad66b283def (diff) | |
download | jemalloc-b172610317babc7f365584ddd7fdaf4eb8d9d04c.zip jemalloc-b172610317babc7f365584ddd7fdaf4eb8d9d04c.tar.gz jemalloc-b172610317babc7f365584ddd7fdaf4eb8d9d04c.tar.bz2 |
Simplify small size class infrastructure.
Program-generate small size class tables for all valid combinations of
LG_TINY_MIN, LG_QUANTUM, and PAGE_SHIFT. Use the appropriate table to generate
all relevant data structures, and remove the distinction between
tiny/quantum/cacheline/subpage bins.
Remove --enable-dynamic-page-shift. This option didn't prove useful in
practice, and it prevented optimizations.
Add Tilera architecture support.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ /lib/ /Makefile /include/jemalloc/internal/jemalloc_internal\.h +/include/jemalloc/internal/size_classes\.h /include/jemalloc/jemalloc\.h /include/jemalloc/jemalloc_defs\.h /test/jemalloc_test\.h |