Files
ladybird/Kernel
Andreas Kling 8cde8ba511 Kernel: Add KBuffer::try_create_with_size()
We need to stop assuming that KBuffer allocation always succeeds.
This patch adds the following API:

- static OwnPtr<KBuffer> KBuffer::create_with_size(size_t);

All KBuffer clients should move towards using this (and handling any
failures with grace.)
2020-12-18 19:22:26 +01:00
..
2020-08-22 20:55:10 +02:00
2020-08-22 20:55:10 +02:00
2020-08-10 11:51:45 +02:00
2020-11-11 12:27:25 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00