summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-02-29 00:50:47 (GMT)
committerJason Evans <je@fb.com>2012-02-29 00:50:47 (GMT)
commitb172610317babc7f365584ddd7fdaf4eb8d9d04c (patch)
tree9c16ec02092d0a6f781072721679dcce7f3497dd /.gitignore
parent5389146191b279ca3b90028357dd6ad66b283def (diff)
downloadjemalloc-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1a9bb06..e6e8bb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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