search for: lsan_alloc

Displaying 14 results from an estimated 14 matches for "lsan_alloc".

Did you mean: asan_malloc
2013 May 25
0
[LLVMdev] compiler-rt tests in cmake?
...INTMAX_T; -typedef __sanitizer::OFF_T OFF_T; -typedef __sanitizer::OFF64_T OFF64_T; +//typedef __sanitizer::OFF_T OFF_T; +//typedef __sanitizer::OFF64_T OFF64_T; // How to add an interceptor: // Suppose you need to wrap/replace system function (generally, from libc): diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc index 9bf27b1..190dce8 100644 --- a/lib/lsan/lsan_allocator.cc +++ b/lib/lsan/lsan_allocator.cc @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator> Allocator; static Allocator allocator; -static THR...
2013 May 25
2
[LLVMdev] compiler-rt tests in cmake?
...:OFF_T OFF_T; > -typedef __sanitizer::OFF64_T OFF64_T; > +//typedef __sanitizer::OFF_T OFF_T; > +//typedef __sanitizer::OFF64_T OFF64_T; > > // How to add an interceptor: > // Suppose you need to wrap/replace system function (generally, from libc): > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc > index 9bf27b1..190dce8 100644 > --- a/lib/lsan/lsan_allocator.cc > +++ b/lib/lsan/lsan_allocator.cc > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator, > AllocatorCache, > SecondaryAllocator> Allocator; > >...
2013 May 28
4
[LLVMdev] compiler-rt tests in cmake?
...;> > +//typedef __sanitizer::OFF_T OFF_T; >> > +//typedef __sanitizer::OFF64_T OFF64_T; >> > >> > // How to add an interceptor: >> > // Suppose you need to wrap/replace system function (generally, from >> libc): >> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc >> > index 9bf27b1..190dce8 100644 >> > --- a/lib/lsan/lsan_allocator.cc >> > +++ b/lib/lsan/lsan_allocator.cc >> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator, >> > AllocatorCache, >> >...
2013 May 24
2
[LLVMdev] compiler-rt tests in cmake?
I blame this line in lsan/lit_tests/lit.cfg: # Setup attributes common for all compiler-rt projects. compiler_rt_lit_cfg = os.path.join(llvm_src_root, "projects", "compiler-rt", "lib", "lit.common.cfg") On Fri, May 24, 2013 at 2:53 PM, Alexey Samsonov <samsonov at google.com>wrote: > > On Fri, May 24,
2013 May 27
0
[LLVMdev] compiler-rt tests in cmake?
...itizer::OFF64_T OFF64_T; > > +//typedef __sanitizer::OFF_T OFF_T; > > +//typedef __sanitizer::OFF64_T OFF64_T; > > > > // How to add an interceptor: > > // Suppose you need to wrap/replace system function (generally, from > libc): > > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc > > index 9bf27b1..190dce8 100644 > > --- a/lib/lsan/lsan_allocator.cc > > +++ b/lib/lsan/lsan_allocator.cc > > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator, > > AllocatorCache, > > SecondaryAlloca...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...sanitizer::OFF_T OFF_T; >>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>> > >>> > // How to add an interceptor: >>> > // Suppose you need to wrap/replace system function (generally, from >>> libc): >>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc >>> > index 9bf27b1..190dce8 100644 >>> > --- a/lib/lsan/lsan_allocator.cc >>> > +++ b/lib/lsan/lsan_allocator.cc >>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator, >>> > AllocatorCac...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...sanitizer::OFF_T OFF_T; >>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>> > >>> > // How to add an interceptor: >>> > // Suppose you need to wrap/replace system function (generally, from >>> libc): >>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc >>> > index 9bf27b1..190dce8 100644 >>> > --- a/lib/lsan/lsan_allocator.cc >>> > +++ b/lib/lsan/lsan_allocator.cc >>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator, >>> > AllocatorCac...
2013 May 29
2
[LLVMdev] compiler-rt tests in cmake?
...er::OFF_T OFF_T; >>>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>>> > >>>> > // How to add an interceptor: >>>> > // Suppose you need to wrap/replace system function (generally, from libc): >>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc >>>> > index 9bf27b1..190dce8 100644 >>>> > --- a/lib/lsan/lsan_allocator.cc >>>> > +++ b/lib/lsan/lsan_allocator.cc >>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator, >>>&g...
2013 May 29
4
[LLVMdev] compiler-rt tests in cmake?
...gt; +//typedef __sanitizer::OFF64_T OFF64_T; >>>>> > >>>>> > // How to add an interceptor: >>>>> > // Suppose you need to wrap/replace system function (generally, >>>>> from libc): >>>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc >>>>> > index 9bf27b1..190dce8 100644 >>>>> > --- a/lib/lsan/lsan_allocator.cc >>>>> > +++ b/lib/lsan/lsan_allocator.cc >>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...; >>>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>>> > >>>> > // How to add an interceptor: >>>> > // Suppose you need to wrap/replace system function (generally, from >>>> libc): >>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc >>>> > index 9bf27b1..190dce8 100644 >>>> > --- a/lib/lsan/lsan_allocator.cc >>>> > +++ b/lib/lsan/lsan_allocator.cc >>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<PrimaryAllocator, >>>&g...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...itizer::OFF64_T OFF64_T; >>>>>> > >>>>>> > // How to add an interceptor: >>>>>> > // Suppose you need to wrap/replace system function (generally, >>>>>> from libc): >>>>>> > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc >>>>>> > index 9bf27b1..190dce8 100644 >>>>>> > --- a/lib/lsan/lsan_allocator.cc >>>>>> > +++ b/lib/lsan/lsan_allocator.cc >>>>>> > @@ -43,7 +43,7 @@ typedef CombinedAllocator<...
2013 May 30
2
[LLVMdev] compiler-rt tests in cmake?
...>>>>>>> > >>>>>>> > // How to add an interceptor: >>>>>>> > // Suppose you need to wrap/replace system function (generally, >>>>>>> > from libc): >>>>>>> > diff --git a/lib/lsan/lsan_allocator.cc >>>>>>> > b/lib/lsan/lsan_allocator.cc >>>>>>> > index 9bf27b1..190dce8 100644 >>>>>>> > --- a/lib/lsan/lsan_allocator.cc >>>>>>> > +++ b/lib/lsan/lsan_allocator.cc >>>>>>> &g...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...>> > > >>>>>>> > // How to add an interceptor: > >>>>>>> > // Suppose you need to wrap/replace system function (generally, > >>>>>>> > from libc): > >>>>>>> > diff --git a/lib/lsan/lsan_allocator.cc > >>>>>>> > b/lib/lsan/lsan_allocator.cc > >>>>>>> > index 9bf27b1..190dce8 100644 > >>>>>>> > --- a/lib/lsan/lsan_allocator.cc > >>>>>>> > +++ b/lib/lsan/lsan_allocator.cc > >&g...
2013 May 30
5
[LLVMdev] compiler-rt tests in cmake?
...t;> >>>>>>> > // How to add an interceptor: >> >>>>>>> > // Suppose you need to wrap/replace system function (generally, >> >>>>>>> > from libc): >> >>>>>>> > diff --git a/lib/lsan/lsan_allocator.cc >> >>>>>>> > b/lib/lsan/lsan_allocator.cc >> >>>>>>> > index 9bf27b1..190dce8 100644 >> >>>>>>> > --- a/lib/lsan/lsan_allocator.cc >> >>>>>>> > +++ b/lib/lsan/lsan_allocato...