server-skynet-source-3rd-je.../doc
Jason Evans ef8897b4b9 Make 8-byte tiny size class non-optional.
When tiny size class support was first added, it was intended to support
truly tiny size classes (even 2 bytes).  However, this wasn't very
useful in practice, so the minimum tiny size class has been limited to
sizeof(void *) for a long time now.  This is too small to be standards
compliant, but other commonly used malloc implementations do not even
bother using a 16-byte quantum  on systems with vector units (SSE2+,
AltiVEC, etc.).  As such, it is safe in practice to support an 8-byte
tiny size class on 64-bit systems that support 16-byte types.
2012-02-13 15:03:59 -08:00
..
html.xsl.in Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
jemalloc.xml.in Make 8-byte tiny size class non-optional. 2012-02-13 15:03:59 -08:00
manpages.xsl.in Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
stylesheet.xsl Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00