mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 18:37:37 +02:00
The methods try_create_with_size() and try_create_purgeable_with_size() on AnonymousVMObject are almost identical, other than one member that gets set (m_purgeable). This patch makes try_create_purgeable_with_size() call try_create_with_size() so that both methods re-use the same code.
15 KiB
15 KiB