wmem: convert tree key to void*
authorEvan Huus <eapache@gmail.com>
Thu, 25 Jun 2015 18:09:28 +0000 (11:09 -0700)
committerEvan Huus <eapache@gmail.com>
Thu, 25 Jun 2015 18:14:37 +0000 (18:14 +0000)
commitb679e2aab54edd0b79f9feec433c7d8383689196
tree590d8bb5c97887248e7529937031788c6a4b4031
parent131f8f0c9a62c6ab01005f02d6265b9c47990cd1
wmem: convert tree key to void*

Rather than forcing everything to live in guint32. We still use guints for now
via the G_POINTER_TO_UINT and vice-versa, but this paves the way in future for
custom comparison functions which will make e.g. string trees far more
efficient for long strings.

Change-Id: Ibb15400f74761ae295948507df8d2e022f2ebb05
Reviewed-on: https://code.wireshark.org/review/9138
Reviewed-by: Evan Huus <eapache@gmail.com>
epan/wmem/wmem_tree.c