server-skynet-source-3rd-je.../src
Jason Evans ae93d6bf36 Avoid function prototype incompatibilities.
Add various function attributes to the exported functions to give the
compiler more information to work with during optimization, and also
specify throw() when compiling with C++ on Linux, in order to adequately
match what __THROW does in glibc.

This resolves #237.
2015-07-10 16:09:40 -07:00
..
arena.c Fix MinGW build warnings. 2015-07-07 20:10:28 -07:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Fix two valgrind integration regressions. 2015-06-22 14:38:06 -07:00
bitmap.c Implement compile-time bitmap size computation. 2014-09-28 14:43:11 -07:00
chunk_dss.c Rename "dirty chunks" to "cached chunks". 2015-02-18 01:15:50 -08:00
chunk_mmap.c We have pages_unmap(ret, size) so we use it. 2015-03-23 21:12:33 -07:00
chunk.c Use jemalloc_ffs() rather than ffs(). 2015-07-07 20:16:25 -07:00
ckh.c Update ckh to support metadata allocation tracking. 2015-02-12 00:15:24 -08:00
ctl.c Add the "stats.arenas.<i>.lg_dirty_mult" mallctl. 2015-03-24 16:41:38 -07:00
extent.c Implement cache index randomization for large allocations. 2015-05-06 13:27:39 -07:00
hash.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
huge.c Avoid atomic operations for dependent rtree reads. 2015-05-15 17:02:30 -07:00
jemalloc.c Avoid function prototype incompatibilities. 2015-07-10 16:09:40 -07:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Optimizations for Windows 2015-06-25 22:53:58 +02:00
prof.c Fix MinGW build warnings. 2015-07-07 20:10:28 -07:00
quarantine.c Bypass tcache when draining quarantined allocations. 2015-05-29 19:20:36 -07:00
rtree.c Fix unsigned comparison underflow. 2015-03-11 23:14:50 -07:00
stats.c Fix MinGW build warnings. 2015-07-07 20:10:28 -07:00
tcache.c Impose a minimum tcache count for small size classes. 2015-05-19 17:47:16 -07:00
tsd.c Fix a variable declaration typo. 2015-07-07 20:28:22 -07:00
util.c Use the error code given to buferror on Windows 2015-03-13 13:54:02 -07:00
valgrind.c Optimize Valgrind integration. 2014-04-15 16:49:57 -07:00
zone.c Style and spelling fixes. 2014-12-08 16:34:04 -08:00