[PATCH] D74099: scudo: Delete unused class TwoLevelByteMap. NFCI.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 16:47:29 PST 2020
pcc created this revision.
pcc added a reviewer: cryptoad.
Herald added subscribers: Sanitizers, jfb.
Herald added projects: Sanitizers, LLVM.
pcc retitled this revision from "scudo: Delete unused class ScudoByteMap. NFCI." to "scudo: Delete unused class TwoLevelByteMap. NFCI.".
The class is only used in SizeClassAllocator32 in 64-bit mode, but we don't
use that class in 64-bit mode.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74099
Files:
compiler-rt/lib/scudo/standalone/bytemap.h
compiler-rt/lib/scudo/standalone/primary32.h
compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74099.242785.patch
Type: text/x-patch
Size: 4370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200206/c6517872/attachment.bin>
More information about the llvm-commits
mailing list