remove useless include of EAL memory config header
[dpdk.git] / lib / librte_eal / common / malloc_elem.h
2019-10-09 David Marchandremove useless include of EAL memory config header
2018-12-20 Jim Harrismalloc: add option --match-allocations
2018-07-13 Anatoly Burakovmalloc: add finding biggest free IOVA-contiguous element
2018-05-02 Anatoly Burakovmalloc: avoid padding elements on page deallocation
2018-04-11 Anatoly Burakovmalloc: enable memory hotplug support
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovmalloc: support contiguous allocation
2018-04-11 Anatoly Burakovmalloc: make free return resulting element
2018-04-11 Anatoly Burakovmalloc: make free list removal function public
2018-04-11 Anatoly Burakovmalloc: make join elements function public
2018-04-11 Anatoly Burakovmalloc: add function to dump heap contents
2018-04-11 Anatoly Burakovmalloc: make heap a doubly-linked list
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-10-09 Xueming Limem: fix malloc debug config
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-07-16 Sergio Gonzalez... mem: rework memzone to be allocated by malloc
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common