mem: hide internal heap header
[dpdk.git] / lib / librte_eal / common / malloc_heap.h
2019-10-27 David Marchandmem: hide internal heap header
2018-12-20 Anatoly Burakovmalloc: separate destroying memseg list and heap data
2018-12-20 Anatoly Burakovmalloc: separate creating memseg list and malloc heap
2018-10-11 Anatoly Burakovmalloc: allow removing memory from named heaps
2018-10-11 Anatoly Burakovmalloc: allow adding memory to named heaps
2018-10-11 Anatoly Burakovmalloc: allow destroying heaps
2018-10-11 Anatoly Burakovmalloc: allow creating malloc heaps
2018-10-11 Anatoly Burakovmalloc: index heaps using heap ID rather than NUMA...
2018-07-13 Anatoly Burakovmalloc: allow reserving biggest element
2018-04-11 Anatoly Burakovmalloc: enable memory hotplug support
2018-04-11 Anatoly Burakovmalloc: support contiguous allocation
2018-04-11 Anatoly Burakovmalloc: add function to dump heap contents
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
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