Remove assertions from block allocator.
authorEvan Huus <eapache@gmail.com>
Tue, 4 Mar 2014 13:11:57 +0000 (08:11 -0500)
committerAnders Broman <a.broman58@gmail.com>
Tue, 4 Mar 2014 14:18:51 +0000 (14:18 +0000)
commit01467c294a21159d47ce27f271c60c8914e7c13a
tree45e06ada190646d810ee3048f8302af65e1a2c1d
parent3a4b311e8b4a649ac1553e064b632a2b2fbb391b
Remove assertions from block allocator.

It has been extremely well-tested at this point, and is a very hot code path so
the performance gain is measurable (~1-2% on most captures I tried).

Change-Id: I2f5e03d2f348f56e740bf0dfbc83a4fd9cc8c5a9
Reviewed-on: https://code.wireshark.org/review/499
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/wmem/wmem_allocator_block.c