[PATCH] D33007: [scudo] Use our own combined allocator

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 09:35:37 PDT 2017


cryptoad updated this revision to Diff 98646.
cryptoad added a comment.

Removing all the unused code from the Secondary and the Combined allocator.
The resulting Combined is tiny.
I also rearranged some code to make it clearer (at least to me).


https://reviews.llvm.org/D33007

Files:
  lib/scudo/scudo_allocator.cpp
  lib/scudo/scudo_allocator.h
  lib/scudo/scudo_allocator_combined.h
  lib/scudo/scudo_allocator_secondary.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33007.98646.patch
Type: text/x-patch
Size: 16566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170511/ae372a95/attachment.bin>


More information about the llvm-commits mailing list