> I'm still interested in
>
> * which statistics should I collect about the per-cpu arrays?
> * which realistic benchmarks can I run with a 10 Mbit NE2000 network
> card :-/
> * ideas for further improvements.
Hi Manfred. Rereading the original paper, there was no problem in
Bonwick's implementation with having both a constructor and poisoning.
Simply:
on free:
run destructor
poison structure
on alloc:
check poison
run constructor
would you like to code this or shall i?
-- The Sex Pistols were revolutionaries. The Bay City Rollers weren't.- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/