From: Dave Barach Date: Tue, 11 Feb 2020 20:06:34 +0000 (-0500) Subject: vppinfra: remove the historical mheap memory allocator X-Git-Tag: v20.09-rc0~614 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2c8e0023f91882e53f06eb99c901b97fe013f981;hp=2c8e0023f91882e53f06eb99c901b97fe013f981;p=vpp.git vppinfra: remove the historical mheap memory allocator The mheap allocator has been turned off for several releases. This commit removes the cmake config parameter, parallel support for dlmalloc and mheap, and the mheap allocator itself. Type: refactor Signed-off-by: Dave Barach Change-Id: I104f88a1f06e47e90e5f7fb3e11cd1ca66467903 ---