[PATCH] D45756: [XRay][profiler] Part 1: XRay Allocator and Array Implementations

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 22 21:58:17 PDT 2018


dberris updated this revision to Diff 143500.
dberris marked 4 inline comments as done.
dberris added a comment.

- Rebase
  - squash: Add a freelist to the Array


https://reviews.llvm.org/D45756

Files:
  compiler-rt/lib/xray/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/allocator_test.cc
  compiler-rt/lib/xray/tests/unit/segmented_array_test.cc
  compiler-rt/lib/xray/xray_allocator.h
  compiler-rt/lib/xray/xray_segmented_array.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45756.143500.patch
Type: text/x-patch
Size: 24206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180423/60ab9345/attachment-0001.bin>


More information about the llvm-commits mailing list