Anatoly Burakov 71aae4b421 malloc: fix adjacency check to also include segment list
It may so happen that two memory locations may be adjacent in
virtual memory, but belong to different segment lists. With
current code, such segments will be concatenated. Fix the
adjacency checking code to also check if the adjacent malloc
elements belong to the same memseg list.

Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists")
Cc: stable@dpdk.org

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
2018-11-18 14:15:04 +01:00
..
2018-11-12 00:11:46 +01:00
2018-11-14 05:05:29 +01:00
2018-07-13 23:42:08 +02:00
2018-10-28 23:41:26 +01:00
2018-10-28 23:41:26 +01:00
2018-11-12 13:27:02 +01:00