server-skynet-source-3rd-je.../include/jemalloc
Jason Evans 87ccb55547 Fix huge_palloc() to handle size rather than usize input.
huge_ralloc() passes a size that may not be precisely a size class, so
make huge_palloc() handle the more general case of a size input rather
than usize.

This regression appears to have been introduced by the addition of
in-place huge reallocation; as such it was never incorporated into a
release.
2015-07-23 17:18:49 -07:00
..
internal Fix huge_palloc() to handle size rather than usize input. 2015-07-23 17:18:49 -07:00
jemalloc_defs.h.in Add JEMALLOC_FORMAT_PRINTF(). 2015-07-22 15:44:47 -07:00
jemalloc_macros.h.in Add JEMALLOC_FORMAT_PRINTF(). 2015-07-22 15:44:47 -07:00
jemalloc_mangle.sh Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00
jemalloc_protos.h.in Move JEMALLOC_NOTHROW just after return type. 2015-07-21 08:21:13 -07:00
jemalloc_rename.sh Fix name mangling for stress tests. 2014-01-16 17:38:01 -08:00
jemalloc_typedefs.h.in Implement dynamic per arena control over dirty page purging. 2015-03-18 18:55:33 -07:00
jemalloc.sh Remove extraneous ';' on closing 'extern "C"' 2015-07-16 11:37:19 +01:00