aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/atomic.h
AgeCommit message (Expand)Author
2015-04-22Revert "Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge""Christopher Ferris
2015-04-16Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge"Nicolas Geoffray
2015-03-17Use InterlockedCompareExchange instead of non-existing InterlockedCompareExch...Mike Hommey
2015-02-12Move centralized chunk management into arenas.Jason Evans
2015-02-10Remove unnecessary xchg* lock prefixes.Jason Evans
2015-02-04Implement more atomic operations.Jason Evans
2014-12-06Add a C11 atomics-based implementation of atomic.h API.Chih-hung Hsieh
2014-12-05Style fixes.Jason Evans
2014-08-06Add atomic operations tests and fix latent bugs.Jason Evans
2012-05-01Add support for MSVCMike Hommey
2012-04-17Add atomic(9) implementations of atomic operations.Jason Evans
2012-03-26Use __sync_add_and_fetch and __sync_sub_and_fetch when they are availableMike Hommey
2012-03-23Remove ephemeral mutexes.Jason Evans
2012-03-23Restructure atomic_*_z().Jason Evans
2012-03-05Add SH4 and mips architecture support.Jason Evans
2012-02-28Simplify small size class infrastructure.Jason Evans
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans