index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
sanitizer_allocator64.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tsan] get rid of *allocator64* files, moving everything to *allocator* files...
Kostya Serebryany
2012-12-05
1
-229
/
+0
*
[tsan] make the 64-bit allocator build (but not work) in 32-bit mode to simpl...
Kostya Serebryany
2012-12-05
1
-6
/
+5
*
[tsan] test the allocator with CompactSizeClassMap
Kostya Serebryany
2012-12-04
1
-2
/
+3
*
[tsan] minor interface refactoring
Kostya Serebryany
2012-12-04
1
-1
/
+1
*
[tsan] refactoring and comment changes in sanitizer_common/sanitizer_allocato...
Kostya Serebryany
2012-12-04
1
-362
/
+8
*
[tsan] add CompactSizeClassMap as an alternative (more compact) size class ma...
Kostya Serebryany
2012-12-03
1
-22
/
+20
*
tsan: add sanity checks into memory allocator
Dmitry Vyukov
2012-11-30
1
-0
/
+2
*
[asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...
Kostya Serebryany
2012-11-24
1
-10
/
+13
*
tsan: better error message for OOM
Dmitry Vyukov
2012-11-22
1
-1
/
+6
*
[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...
Kostya Serebryany
2012-11-21
1
-1
/
+1
*
[tsan] fix the tsan allocator to handle any alignment
Kostya Serebryany
2012-09-18
1
-13
/
+20
*
[Sanitizer] test 64-bit allocator only on suitable targets
Alexey Samsonov
2012-09-11
1
-1
/
+5
*
[tsan] locate the auxilary space for tsan's Allocator64 after the main region...
Kostya Serebryany
2012-08-31
1
-4
/
+4
*
tsan: speed up allocator64 GetBlockBegin()
Dmitry Vyukov
2012-08-30
1
-8
/
+9
*
tsan: use stack depot to describe heap blocks
Dmitry Vyukov
2012-08-30
1
-1
/
+26
*
tsan: improve memory allocator a bit
Dmitry Vyukov
2012-08-24
1
-5
/
+9
*
tsan: fix new memory allocator
Dmitry Vyukov
2012-08-23
1
-5
/
+42
*
tsan: store sync objects in memory block headers + delete them when the block...
Dmitry Vyukov
2012-08-15
1
-2
/
+3
*
tsan: fix several integer overflows
Dmitry Vyukov
2012-08-15
1
-5
/
+13
*
[tsan] minor fixes in tsan allocator and its testlib. Now runs fine with chrome
Kostya Serebryany
2012-07-19
1
-2
/
+2
*
[tsan] minor enhancements in the new tsan allocator and a test malloc replace...
Kostya Serebryany
2012-07-18
1
-1
/
+39
*
Suppress a lint warning.
Alexander Potapenko
2012-07-08
1
-1
/
+1
*
[tsan] start using AllocatorCache in CombinedAllocator
Kostya Serebryany
2012-07-06
1
-5
/
+13
*
[tsan] implement SizeClassAllocatorLocalCache (part of tsan allocator)
Kostya Serebryany
2012-07-06
1
-12
/
+75
*
[tsan] use intrusive list in the new tsan allocator
Kostya Serebryany
2012-07-06
1
-24
/
+16
*
tsan/asan: add mutex to 64-bit allocator
Dmitry Vyukov
2012-07-02
1
-8
/
+9
*
[tsan] added CombinedAllocator for tsan
Kostya Serebryany
2012-06-29
1
-5
/
+68
*
[tsan] added LargeMmapAllocator, a part of the new tsan allocator
Kostya Serebryany
2012-06-26
1
-3
/
+95
*
[tsan] lint
Kostya Serebryany
2012-06-25
1
-1
/
+1
*
[tsan] minor changes in tsan allocator
Kostya Serebryany
2012-06-25
1
-3
/
+8
*
[tsan] fix the build
Kostya Serebryany
2012-06-25
1
-3
/
+1
*
[tsan] a better CHECK for OOM in the new allocator
Kostya Serebryany
2012-06-25
1
-6
/
+12
*
[tsan] add metadata to the new tsan allocator
Kostya Serebryany
2012-06-22
1
-0
/
+18
*
[tsan] more code for a specialized tsan allocator
Kostya Serebryany
2012-06-22
1
-8
/
+132
*
[tsan] first step in implementing a custom allocator for tsan (and msan) whic...
Kostya Serebryany
2012-06-21
1
-0
/
+80