mem: find most little element from heap
authorIntel <intel.com>
Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Sep 2013 12:09:22 +0000 (14:09 +0200)
commite0c8475561a099006a15f07d2be3eae8a6bf764a
tree28736b4614ab641ebf597a88c25f5be64dada91c
parent286bd05bf70d1da1b6017007276c267a1e012c1d
mem: find most little element from heap

Allocations now return the most little element from heap matching size
constraint instead of the first one available.

Signed-off-by: Intel
app/test/test_malloc.c
lib/librte_malloc/malloc_heap.c
lib/librte_malloc/rte_malloc.c