Hacker News new | ask | show | jobs
by sanxiyn 2030 days ago
Kernel should adopt something like Chromium's PartitionAlloc. Jann's idea about type is basically the same idea.

https://chromium.googlesource.com/chromium/src/+/refs/heads/...

1 comments

How is that different from the different caches already present in the linux kernel? For example, `struct cred` is always allocated in the `cred_jar` cache and nothing else goes there.
Oh, I wasn't aware. Yes, it's the same thing.