Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 01467c2: Remove assertions from block allocator.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 4 Mar 2014 14:18:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01467c294a21159d47ce27f271c60c8914e7c13a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

01467c2 by Evan Huus (eapache@xxxxxxxxx):

    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@xxxxxxxxx>
    

Actions performed:

    from  3a4b311   When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSM
    adds  01467c2   Remove assertions from block allocator.


Summary of changes:
 epan/wmem/wmem_allocator_block.c |   30 ------------------------------
 1 file changed, 30 deletions(-)