vppinfra: add clib_mem_free_s 34/21934/6
authorBenoît Ganne <bganne@cisco.com>
Mon, 29 Apr 2019 15:27:24 +0000 (17:27 +0200)
committerDamjan Marion <dmarion@me.com>
Tue, 22 Oct 2019 14:06:15 +0000 (14:06 +0000)
commit78af0a8c5ff1a33ff8dccb1b2ea6ffadb8ef7b62
tree91fd5bd5662b76f8fe79754b99cf912742f3169b
parentc41217ab85f8bdd68db717e95eecb5edc58d620b
vppinfra: add clib_mem_free_s

IPsec zero-es all allocated key memory including memory sur-allocated by
the allocator.
Move it to its own function in clib mem infra to make it easier to
instrument.

Type: refactor

Change-Id: Icd1c44d18b741e723864abce75ac93e2eff74b61
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/plugins/crypto_ia32/main.c
src/plugins/crypto_ipsecmb/ipsecmb.c
src/vppinfra/mem.h