[PATCH] Interceptors etc for standalone LSan.

Sergey Matveev earthdok at google.com
Tue Apr 30 05:35:18 PDT 2013


    - Removed allocator locks.
    - Naming change: leak -> leaked chunk.
    - The reachability flag now uses 2 bits instead of 1, to distinguish between
    directly and indirectly leaked chunks.

Hi kcc, glider, samsonov, dvyukov,

http://llvm-reviews.chandlerc.com/D702

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D702?vs=1731&id=1780#toc

Files:
  lib/lsan/lsan_allocator.cc
  lib/lsan/lsan_allocator.h
  lib/lsan/lsan_interceptors.cc
  lib/lsan/lsan_stack.cc
  lib/lsan/lsan_stack.h
  lib/lsan/lsan_thread.cc
  lib/lsan/lsan_thread.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D702.3.patch
Type: text/x-patch
Size: 25183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130430/fed39065/attachment.bin>


More information about the llvm-commits mailing list