server-skynet-source-3rd-je.../include/jemalloc/internal
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
..
arena.h Make 8-byte tiny size class non-optional. 2012-02-13 15:03:59 -08:00
atomic.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
bitmap.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk_dss.h Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
chunk_mmap.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk.h Remove the swap feature. 2012-02-13 10:56:17 -08:00
ckh.h Remove magic. 2012-02-13 10:24:43 -08:00
ctl.h Remove the swap feature. 2012-02-13 10:56:17 -08:00
extent.h Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
hash.h Use LLU suffix for all 64-bit constants. 2011-05-22 10:49:44 -07:00
huge.h Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
jemalloc_internal.h.in Make 8-byte tiny size class non-optional. 2012-02-13 15:03:59 -08:00
mb.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.h Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
private_namespace.h Remove the swap feature. 2012-02-13 10:56:17 -08:00
prn.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
prof.h Remove magic. 2012-02-13 10:24:43 -08:00
ql.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
qr.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
rb.h Clean up rb documentation. 2011-11-01 20:48:31 -07:00
rtree.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
stats.h Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
tcache.h Streamline tcache-related malloc/free fast paths. 2012-02-13 12:29:49 -08:00
zone.h Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00