hygoni/linux

kmalloc support

Closed this issue · 1 comments

Looking at statistics, kmalloc caches are not using lockless cache.
That's because kmalloc doesn't call kmem_cache_alloc, it calls kmem_cache_alloc_trace.

So let's support kmalloc too.

This does not fit into initial intention. I'm closing this!