eal: use memseg walk instead of iteration
[dpdk.git] / lib / librte_eal / common / malloc_heap.c
2018-04-11 Anatoly Burakoveal: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovmalloc: support contiguous allocation
2018-04-11 Anatoly Burakovmalloc: make free return resulting element
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: protect stats with lock
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2016-08-23 David Marchandivshmem: remove library and its EAL integration
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-08-09 Sergio Gonzalez... mem: fix ivshmem in malloc heap
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