From: Dave Barach Date: Thu, 18 May 2017 00:20:50 +0000 (-0400) Subject: VPP-847: improve bihash template memory allocator performance X-Git-Tag: v17.07-rc1~165 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ba7ddfe9b77771c47f99df5475e6e92b8d80816e;hp=ba7ddfe9b77771c47f99df5475e6e92b8d80816e;p=vpp.git VPP-847: improve bihash template memory allocator performance Particularly in the DCLIB_VEC64=1 case, using vectors vs. raw clib_mem_alloc'ed memory causes abysmal memory allocator performance. Change-Id: I07a4dec0cd69ca357445385e2671cdf23c59b95d Signed-off-by: Dave Barach ---