[all-commits] [llvm/llvm-project] 373d35: [scudo] Added test fixture for cache tests. (#102230)
Joshua Baehring via All-commits
all-commits at lists.llvm.org
Thu Aug 8 13:44:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 373d35d1e157996e168bb4fcaef0348bea12e295
https://github.com/llvm/llvm-project/commit/373d35d1e157996e168bb4fcaef0348bea12e295
Author: Joshua Baehring <98630690+JoshuaMBa at users.noreply.github.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M compiler-rt/lib/scudo/standalone/secondary.h
M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
Log Message:
-----------
[scudo] Added test fixture for cache tests. (#102230)
The test fixture simplifies some of the logic for allocations and
mmap-based allocations
are separated from the cache to allow for more direct cache tests.
Additionally, a couple
of end to end tests for the cache and the LRU algorithm are added.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list