Files
jemalloc/src
Jason Evans 8d8960f635 Fix potential chunk leaks.
Move chunk_dalloc_arena()'s implementation into chunk_dalloc_wrapper(),
so that if the dalloc hook fails, proper decommit/purge/retain cascading
occurs.  This fixes three potential chunk leaks on OOM paths, one during
dss-based chunk allocation, one during chunk header commit (currently
relevant only on Windows), and one during rtree write (e.g. if rtree
node allocation fails).

Merge chunk_purge_arena() into chunk_purge_default() (refactor, no
change to functionality).
2016-05-03 10:04:32 -07:00
..
2016-05-03 10:04:32 -07:00
2016-02-26 14:21:10 -08:00
2016-05-03 10:04:32 -07:00
2016-05-03 10:04:32 -07:00
2015-11-09 15:48:05 -08:00
2016-02-27 21:18:15 -08:00
2015-06-25 22:53:58 +02:00
2016-02-21 21:39:05 -08:00
2015-08-12 10:26:54 -07:00
2015-03-11 23:14:50 -07:00
2016-02-19 20:29:06 -08:00
2014-04-15 16:49:57 -07:00
2015-11-12 10:45:49 -08:00