Go to file
Jason Evans 1dcb4f86b2 Dynamically adjust tcache fill count.
Dynamically adjust tcache fill count (number of objects allocated per
tcache refill) such that if GC has to flush inactive objects, the fill
count gradually decreases.  Conversely, if refills occur while the fill
count is depressed, the fill count gradually increases back to its
maximum value.
2011-03-21 00:18:17 -07:00
jemalloc Dynamically adjust tcache fill count. 2011-03-21 00:18:17 -07:00
.gitignore Use mremap(2) for huge realloc(). 2010-11-30 16:50:58 -08:00