Files
neon/pageserver/src
Arpad Müller 805fee1483 page cache: small code cleanups (#5125)
## Problem

I saw these things while working on #5111.

## Summary of changes

* Add a comment explaining why we use `Vec::leak` instead of
`Vec::into_boxed_slice` plus `Box::leak`.
* Add another comment explaining what `valid` is doing, it wasn't very
clear before.
* Add a function `set_usage_count` to not set it directly.
2023-08-29 11:49:04 +03:00
..
2023-08-19 01:01:44 +03:00
2023-08-10 18:53:16 +03:00
2023-08-19 01:01:44 +03:00
2022-11-10 16:43:04 -05:00