tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: malloc(9) vs kmem(9) interfaces



> On Jun 1, 2023, at 5:27 AM, Greg Troxel <gdt%lexort.com@localhost> wrote:
> 
> However, you are talking about maintaining a count of objects by user.
> That is vastly cheaper, and likely 90%+ as useful.
> 
> SO there is "object attribution" and "total usage attribution".

The old malloc() attribution mechanism just counted bytes-allocated-per-tag.

-- thorpej



Home | Main Index | Thread Index | Old Index