fix folly::FunctionScheduler.cancelFunctionAndWait() hanging issue
[folly.git] / folly / IndexedMemPool.h
2017-06-08 Christopher DykesSwitch unguarded #pragmas to use portability macros
2017-06-06 Victor ZverovichAdd element construction/destruction hooks to IndexedMe...
2017-04-06 Maged MichaelIndexedMemPool: Fix race condition on size_ that can...
2017-03-10 Maged MichaelFix data race in IndexedMemPool
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-09 Zonr ChangInclude <errno.h> for using "errno" and ENOMEM.
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-18 Christopher DykesCreate the sys/mman.h portability header
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-08 Orvid KingSwitch a local from long to size_t for MSVC
2015-07-29 Orvid KingMove various attributes before the declaration to be...
2015-07-24 Nathan Bronsonadded a missing hook to IndexedMemPool's testing harness
2015-03-03 Nathan Bronsonsupport IndexedMemPool for types without default constr...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-08-14 Jim Meyeringfolly/IndexedMemPool: correct an erroneous test for...
2014-05-20 Marc CelaniDefault to using folly::LifoSem
2014-01-16 Nathan Bronsoninclude guard name cleanup for IndexedMemPool
2014-01-16 Nathan BronsonIndexedMemPool - pool allocator tailored for lock-free...