mem: allow memseg lists to be marked as external
[dpdk.git] / lib / librte_eal / common / malloc_elem.c
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-07-20 Anatoly Burakovmalloc: do not skip pad on free
2018-07-13 Anatoly Burakovmalloc: add finding biggest free IOVA-contiguous element
2018-07-13 Anatoly Burakovmalloc: fix pad erasing
2018-05-02 Anatoly Burakovmalloc: avoid padding elements on page deallocation
2018-05-02 Anatoly Burakovmalloc: set pad to 0 on free
2018-04-27 Anatoly Burakovmalloc: check for heap corruption
2018-04-11 Anatoly Burakovmalloc: enable memory hotplug support
2018-04-11 Anatoly Burakovmem: add function to check if memory is contiguous
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-04-11 Anatoly Burakovmalloc: move all locking to heap
2018-01-12 Anatoly Burakovmalloc: fix end for bounded elements
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-13 Pavel Shirshovlib: fix typos
2017-10-09 Xueming Limem: fix malloc element free in debug mode
2017-08-06 Keith Wilesmem: minor fix spelling and format
2017-06-28 Jamie Lavignemem: fix malloc element resize with padding
2016-07-10 Sergio Gonzalez... mem: zero out memory on free
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