[PATCH] D49505: [scudo] Simplify internal names (NFC)
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 13:17:50 PDT 2018
alekseyshl added inline comments.
================
Comment at: lib/scudo/scudo_allocator.h:112
+typedef SizeClassAllocatorLocalCache<PrimaryT> AllocatorCacheT;
+typedef LargeMmapAllocator SecondaryT;
+typedef CombinedAllocator<PrimaryT, AllocatorCacheT, SecondaryT> BackendT;
----------------
I'd keep PrimaryAllocator and SecondaryAllocator, PrimaryT is just puzzling to see in the code.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49505
More information about the llvm-commits
mailing list