1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:24:58 +00:00
serenity/Kernel/Library
Idan Horowitz d6ea6c39a7 AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
This matches the likes of the adopt_{own, ref}_if_nonnull family and
also frees up the name to allow us to eventually add OOM-fallible
versions of these functions.
2022-02-13 23:02:57 +01:00
..
ListedRefCounted.h AK+Kernel: Remove one_ref_left() footgun 2022-01-11 01:12:16 +01:00
ThreadSafeNonnullRefPtr.h Kernel: Remove the infallible make_ref_counted<T> factory function 2022-02-03 23:33:20 +01:00
ThreadSafeRefCounted.h AK+Kernel: Remove one_ref_left() footgun 2022-01-11 01:12:16 +01:00
ThreadSafeRefPtr.h Kernel: Convert try_make_ref_counted to use ErrorOr 2022-02-03 23:33:20 +01:00
ThreadSafeWeakPtr.h AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull 2022-02-13 23:02:57 +01:00