server-skynet-source-3rd-je.../src
Mike Hommey 08e2221e99 Remove leftovers from the vsnprintf check in malloc_vsnprintf
Commit 4eeb52f removed vsnprintf validation, but left a now unused va_copy.
It so happens that MSVC doesn't support va_copy.
2012-04-21 21:29:12 -07:00
..
arena.c Make arena_salloc() an inline function. 2012-04-19 18:28:03 -07:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Add alignment support to chunk_alloc(). 2012-04-10 14:51:39 -07:00
bitmap.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk_dss.c Fix chunk allocation/deallocation bugs. 2012-04-21 16:04:51 -07:00
chunk_mmap.c Add support for Mingw 2012-04-21 21:27:46 -07:00
chunk.c Remove mmap_unaligned. 2012-04-21 19:17:21 -07:00
ckh.c Normalize aligned allocation algorithms. 2012-04-11 18:13:45 -07:00
ctl.c Update prof defaults to match common usage. 2012-04-17 16:39:33 -07:00
extent.c Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
hash.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
huge.c Fix chunk allocation/deallocation bugs. 2012-04-21 16:04:51 -07:00
jemalloc.c Add support for Mingw 2012-04-21 21:27:46 -07:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Add support for Mingw 2012-04-21 21:27:46 -07:00
prof.c Update prof defaults to match common usage. 2012-04-17 16:39:33 -07:00
quarantine.c Clean up a few config-related conditionals/asserts. 2012-04-18 13:38:40 -07:00
rtree.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
stats.c Update prof defaults to match common usage. 2012-04-17 16:39:33 -07:00
tcache.c Make arena_salloc() an inline function. 2012-04-19 18:28:03 -07:00
tsd.c Add support for Mingw 2012-04-21 21:27:46 -07:00
util.c Remove leftovers from the vsnprintf check in malloc_vsnprintf 2012-04-21 21:29:12 -07:00
zone.c Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -07:00