Fix erase in Iterate
[folly.git] / folly / detail / MemoryIdler.cpp
2017-12-05 Nathan Bronsonbetter error handling in MemoryIdler for inside jails
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Qi WangMemoryIdler: use mallctl directly for tcache.flush
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-18 Yedidya FeldblumMove folly/MallctlHelper.h to folly/memory/
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-04-13 Christopher DykesSwitch includes of PThread to the portability header
2017-03-01 Andrii GrynenkoDisable MemoryIdler::unmapUnusedStack with ASAN
2017-02-16 Christopher DykesAdjust a few things to avoid triggering warnings under...
2017-01-04 Yedidya Feldblum2017
2016-07-24 Qinfan WuAdd helper functions for mallctl
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesSwitch uses of <sys/mman.h> to <folly/portability/SysMm...
2016-03-22 Michael LeeUse FOLLY_MOBILE to split some functionality
2016-03-01 Dave WatsonFix narenas size
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-16 Nathan Bronsonfix initializer order bug in MemoryIdler
2015-09-13 Leonardo BianconiPort Folly to PPC64
2015-09-04 Jason EvansFix MemoryIdler::flushLocalMallocCaches() regression.
2015-08-31 Jason EvansUniversally update to jemalloc 4.0.0.
2015-06-05 Nathan Bronsondisable stack madvise optimization on non-Linux platforms
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-10-15 Nathan Bronsondetail::MemoryIdler should use Malloc.h's mallctl decl
2014-09-09 Nicholas OrmrodFix #includes
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-04-18 Elizabeth Smithabstract thread_local support
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-02-28 Paul Tarjankill unused vars in folly
2014-02-06 Nathan BronsonBaton - flushing of thread-local memory during a long...