summaryrefslogtreecommitdiff
path: root/Tests/AK/TestRefPtr.cpp
AgeCommit message (Expand)Author
2022-01-11AK+Kernel: Remove one_ref_left() footgunAndreas Kling
2021-06-24Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`Daniel Bertalan
2021-05-14Tests: Fix use-after-free in TestRefPtr.self_observersAndrew Kaster
2021-05-13AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardeningBrian Gianforcaro
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro