summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_allocator64.h
Commit message (Expand)AuthorAgeFilesLines
* [tsan] get rid of *allocator64* files, moving everything to *allocator* files...Kostya Serebryany2012-12-051-229/+0
* [tsan] make the 64-bit allocator build (but not work) in 32-bit mode to simpl...Kostya Serebryany2012-12-051-6/+5
* [tsan] test the allocator with CompactSizeClassMapKostya Serebryany2012-12-041-2/+3
* [tsan] minor interface refactoringKostya Serebryany2012-12-041-1/+1
* [tsan] refactoring and comment changes in sanitizer_common/sanitizer_allocato...Kostya Serebryany2012-12-041-362/+8
* [tsan] add CompactSizeClassMap as an alternative (more compact) size class ma...Kostya Serebryany2012-12-031-22/+20
* tsan: add sanity checks into memory allocatorDmitry Vyukov2012-11-301-0/+2
* [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...Kostya Serebryany2012-11-241-10/+13
* tsan: better error message for OOMDmitry Vyukov2012-11-221-1/+6
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-211-1/+1
* [tsan] fix the tsan allocator to handle any alignmentKostya Serebryany2012-09-181-13/+20
* [Sanitizer] test 64-bit allocator only on suitable targetsAlexey Samsonov2012-09-111-1/+5
* [tsan] locate the auxilary space for tsan's Allocator64 after the main region...Kostya Serebryany2012-08-311-4/+4
* tsan: speed up allocator64 GetBlockBegin()Dmitry Vyukov2012-08-301-8/+9
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-1/+26
* tsan: improve memory allocator a bitDmitry Vyukov2012-08-241-5/+9
* tsan: fix new memory allocatorDmitry Vyukov2012-08-231-5/+42
* tsan: store sync objects in memory block headers + delete them when the block...Dmitry Vyukov2012-08-151-2/+3
* tsan: fix several integer overflowsDmitry Vyukov2012-08-151-5/+13
* [tsan] minor fixes in tsan allocator and its testlib. Now runs fine with chromeKostya Serebryany2012-07-191-2/+2
* [tsan] minor enhancements in the new tsan allocator and a test malloc replace...Kostya Serebryany2012-07-181-1/+39
* Suppress a lint warning.Alexander Potapenko2012-07-081-1/+1
* [tsan] start using AllocatorCache in CombinedAllocatorKostya Serebryany2012-07-061-5/+13
* [tsan] implement SizeClassAllocatorLocalCache (part of tsan allocator)Kostya Serebryany2012-07-061-12/+75
* [tsan] use intrusive list in the new tsan allocatorKostya Serebryany2012-07-061-24/+16
* tsan/asan: add mutex to 64-bit allocatorDmitry Vyukov2012-07-021-8/+9
* [tsan] added CombinedAllocator for tsanKostya Serebryany2012-06-291-5/+68
* [tsan] added LargeMmapAllocator, a part of the new tsan allocatorKostya Serebryany2012-06-261-3/+95
* [tsan] lintKostya Serebryany2012-06-251-1/+1
* [tsan] minor changes in tsan allocatorKostya Serebryany2012-06-251-3/+8
* [tsan] fix the buildKostya Serebryany2012-06-251-3/+1
* [tsan] a better CHECK for OOM in the new allocatorKostya Serebryany2012-06-251-6/+12
* [tsan] add metadata to the new tsan allocatorKostya Serebryany2012-06-221-0/+18
* [tsan] more code for a specialized tsan allocatorKostya Serebryany2012-06-221-8/+132
* [tsan] first step in implementing a custom allocator for tsan (and msan) whic...Kostya Serebryany2012-06-211-0/+80
OpenPOWER on IntegriCloud