Re: [Wireshark-dev] SLAB allocator replaced with EP_ALLOC()

2006-12-21 Thread Jaap Keuter
Hi, Maybe it's just me, but this message is sending mixed signals. Quote: > While this might give a minor performance boost IFF we by default > compile the distributable binaries without the debugging support for then: > I think, but have not measured, that if we replace the current > allocator w

[Wireshark-dev] SLAB allocator replaced with EP_ALLOC()

2006-12-21 Thread ronnie sahlberg
List, I have successfully converted 3 of the slab allocated structures into ep-allocated() structures and it works for me. The structures i converted were the temporary slab storage for fvalue_t, field_info and item_label_t. While this might give a minor performance boost IFF we by default compi