server-skynet-source-3rd-je.../doc
Daniel Micay 4cfe55166e Add support for sized deallocation.
This adds a new `sdallocx` function to the external API, allowing the
size to be passed by the caller.  It avoids some extra reads in the
thread cache fast path.  In the case where stats are enabled, this
avoids the work of calculating the size from the pointer.

An assertion validates the size that's passed in, so enabling debugging
will allow users of the API to debug cases where an incorrect size is
passed in.

The performance win for a contrived microbenchmark doing an allocation
and immediately freeing it is ~10%.  It may have a different impact on a
real workload.

Closes #28
2014-09-08 17:34:24 -07:00
..
html.xsl.in Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
jemalloc.xml.in Add support for sized deallocation. 2014-09-08 17:34:24 -07: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