URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a42df4818f97acb9630e33dea1eeaf3da7c2780d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a42df48 by AndersBroman (anders.broman@xxxxxxxxxxxx):
Use a pre allocated buffer in wmem_strdup_vprintf() reduces the function
cost by more than half.
Change-Id: I6ad2ae407325d2091ffb60919cb3ed74f78f39fa
Reviewed-on: https://code.wireshark.org/review/1662
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ba3c0d7 Show EMM and ESM causes in the Info column
adds a42df48 Use a pre allocated buffer in wmem_strdup_vprintf() reduces the function cost by more than half.
Summary of changes:
epan/wmem/wmem_strutl.c | 25 +++++++++++++++++++++----
1 file changed, 21 insertions(+), 4 deletions(-)