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
/
lsan
/
lsan_allocator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/lsan to .cpp
Nico Weber
2019-08-01
1
-353
/
+0
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
1
-0
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Introduce `AddressSpaceView` template parameter to `CombinedAllocator`.
Dan Liew
2018-12-21
1
-3
/
+0
*
[Sanitizers] Move pvalloc overflow tests to common.
Alex Shlyapnikov
2018-06-11
1
-0
/
+13
*
[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalign
Alex Shlyapnikov
2018-06-08
1
-0
/
+10
*
[LSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-05
1
-13
/
+29
*
[Sanitizers] Add more standard compliant posix_memalign implementation for LSan.
Alex Shlyapnikov
2018-03-12
1
-0
/
+15
*
[Sanitizers] Make common allocator agnostic to failure handling modes.
Alex Shlyapnikov
2018-01-17
1
-4
/
+6
*
[Sanitizers] ASan/MSan/LSan allocators set errno on failure.
Alex Shlyapnikov
2017-07-18
1
-11
/
+6
*
[Sanitizers] LSan allocator set errno on failure.
Alex Shlyapnikov
2017-07-14
1
-10
/
+24
*
[LSan] Make LSan allocator allocator_may_return_null compliant
Alex Shlyapnikov
2017-06-30
1
-2
/
+4
*
Merge
Alex Shlyapnikov
2017-06-29
1
-1
/
+1
*
[Sanitizers] Rename CallocShouldReturnNullDueToOverflow to CheckForCallocOver...
Alex Shlyapnikov
2017-06-29
1
-1
/
+1
*
Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"
Michael Zolotukhin
2017-06-29
1
-4
/
+2
*
[LSan] Make LSan allocator allocator_may_return_null compliant
Alex Shlyapnikov
2017-06-29
1
-2
/
+4
*
[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocator
Alex Shlyapnikov
2017-06-20
1
-1
/
+1
*
[Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameter
Alex Shlyapnikov
2017-06-16
1
-1
/
+1
*
Implement standalone lsan interceptors for OS X
Francis Ricci
2017-04-11
1
-0
/
+31
*
Reapply "Enable LSan for arm Linux"
Maxim Ostapenko
2017-04-11
1
-1
/
+1
*
Revert r299923, it doesn't build in bootstrap builds.
Nico Weber
2017-04-11
1
-1
/
+1
*
[lsan] Enable LSan for arm Linux
Maxim Ostapenko
2017-04-11
1
-1
/
+1
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-03-27
1
-37
/
+1
*
Factor lsan allocator cache accesses into a function
Francis Ricci
2017-03-22
1
-8
/
+9
*
Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"
Chandler Carruth
2017-03-21
1
-8
/
+43
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-03-20
1
-43
/
+8
*
Revert "Use pthreads for thread-local lsan allocator cache on darwin"
Francis Ricci
2017-03-20
1
-8
/
+43
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-03-19
1
-43
/
+8
*
Revert "Use pthreads for thread-local lsan allocator cache on darwin"
Francis Ricci
2017-03-02
1
-8
/
+43
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-03-01
1
-43
/
+8
*
Revert "Use pthreads for thread-local lsan allocator cache on darwin"
Francis Ricci
2017-02-17
1
-8
/
+43
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-02-17
1
-43
/
+8
*
[lsan] Renable LSan for x86 Linux
Maxim Ostapenko
2017-01-31
1
-1
/
+10
*
Revert "[lsan] Enable LSan for x86 Linux."
Evgeniy Stepanov
2017-01-23
1
-10
/
+1
*
[lsan] Enable LSan for x86 Linux.
Maxim Ostapenko
2017-01-23
1
-1
/
+10
*
Provide default implementations for sanitizer interface functions
Francis Ricci
2017-01-07
1
-0
/
+13
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
1
-1
/
+3
*
[sanitizer] enable random shuffling the memory chunks inside the allocator, u...
Kostya Serebryany
2016-08-26
1
-0
/
+1
*
[sanitizer] change SizeClassAllocator64 to accept just one template parameter...
Kostya Serebryany
2016-08-25
1
-4
/
+10
*
[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...
Kostya Serebryany
2016-06-16
1
-0
/
+2
*
[lsan] [aarch64] Add support for AArch64
Adhemerval Zanella
2015-10-21
1
-1
/
+1
*
Revert "[lsan] [aarch64] Add support for AArch64"
Evgeniy Stepanov
2015-10-08
1
-1
/
+1
*
[lsan] [aarch64] Add support for AArch64
Adhemerval Zanella
2015-10-05
1
-1
/
+1
*
[compiler-rt] Apply modernize-use-nullptr fixes in sanitizers
Vedant Kumar
2015-10-01
1
-5
/
+5
*
Fix compilation warning in compiler-rt.
Evgeniy Stepanov
2015-09-16
1
-1
/
+1
*
[LSan] [MIPS] adding support of LSan for mips64/mips64el arch
Mohit K. Bhakkad
2015-02-19
1
-4
/
+14
*
[sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.
Sergey Matveev
2014-12-19
1
-1
/
+1
*
[sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan...
Kostya Serebryany
2014-12-17
1
-1
/
+1
*
[Sanitizer] Introduce Allocator::may_return_null bool flag.
Alexey Samsonov
2014-12-12
1
-1
/
+1
*
Change StackDepot interface to use StackTrace more extensively
Alexey Samsonov
2014-10-26
1
-1
/
+1
[next]