Wireshark-commits: [Wireshark-commits] master 1f26536: Add jumbo-allocation support to wmem fast bl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 23 May 2014 03:37:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f265368c4387ccd23d6534b42b7163e5ba6a982
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1f26536 by Evan Huus (eapache@xxxxxxxxx):

    Add jumbo-allocation support to wmem fast block
    
    As it turns out, we do occasionally need it.
    
    Bug:10115
    Change-Id: Ifec79e4d2470bbc09f15674534d01418a6571a0d
    Reviewed-on: https://code.wireshark.org/review/1688
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  7a706d6   Add cast to please mac buildbot
    adds  1f26536   Add jumbo-allocation support to wmem fast block


Summary of changes:
 epan/wmem/wmem_allocator_block_fast.c |   61 ++++++++++++++++++++++++++++++---
 epan/wmem/wmem_test.c                 |    1 +
 2 files changed, 57 insertions(+), 5 deletions(-)