Wireshark-commits: [Wireshark-commits] master f13bbf2: Fast block allocator: make wmem_block_fast_h

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

Commits:

f13bbf2 by Jakub Zawadzki (darkjames@xxxxxxxxxxxx):

    Fast block allocator: make wmem_block_fast_hdr_t single linked list.
    
    Double linked list was required by jumbo allocation.
    No support for jumbo -> no need for double linked list -> have only 'next' pointer in header.
    
    Change-Id: I48a0f468ebba9db3a63548d8e7307b6424c759ed
    Reviewed-on: https://code.wireshark.org/review/1495
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  8f2f727   Not finding a non-required package is *NOT* an error!
    adds  f13bbf2   Fast block allocator: make wmem_block_fast_hdr_t single linked list.


Summary of changes:
 epan/wmem/wmem_allocator_block_fast.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)