summaryrefslogtreecommitdiffstats
path: root/src/vpp/mem
AgeCommit message (Collapse)AuthorFilesLines
2020-11-10vpp: use vpp heap for libcBenoît Ganne2-0/+142
This makes libc use vpp main heap instead of the default libc heap. This gives better visibility (accounting, tracing) on allocations happening in external libraries called from vpp (eg. OpenSSL). Type: feature Change-Id: I5d8a673472145a4e090bedb443b8c58a967d1cca Signed-off-by: Benoît Ganne <bganne@cisco.com>