malloc: enable memory hotplug support
[dpdk.git] / lib / librte_eal / common / malloc_elem.c
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