vppinfra: mspace_get_aligned should respect MALLOC_ALIGNMENT 83/29783/2
authorDamjan Marion <damarion@cisco.com>
Thu, 5 Nov 2020 13:54:08 +0000 (14:54 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 5 Nov 2020 20:53:43 +0000 (20:53 +0000)
commitdcb1db9eb10ce0ff96008f82e119269dc8f3e209
treef6e81e6927c3de97969c9539bd338a5a93753595
parentaf7892c08b2d4984f4c93bb8c7cc07aec36b5055
vppinfra: mspace_get_aligned should respect MALLOC_ALIGNMENT

While underlying mspace_malloc() respects MALLOC_ALIGNMENT (16)
mspace_get_aligned moves start of data for 4 bytes making final result
not aligned to MALLOC_ALIGNED.

Type: fix
Change-Id: Ib1584f315e3658b3b748ebf4886fb7389ce640fe
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/vppinfra/dlmalloc.c