remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_eal / common / rte_malloc.c
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-03-27 Stephen Hemmingermem: poison memory when freed
2019-03-23 Tomasz Jozwiakmalloc: add NUMA-aware realloc function
2018-12-21 Anatoly Burakovmalloc: fix deadlock when reading stats
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-12-20 Anatoly Burakovmalloc: make alignment requirements more stringent
2018-12-20 Anatoly Burakovmalloc: fix duplicate mem event notification
2018-11-06 Anatoly Burakovmalloc: fix invalid argument handling
2018-10-26 Anatoly Burakovmalloc: fix external heap allocation in no-huge mode
2018-10-11 Anatoly Burakovmalloc: enable event callbacks for external memory
2018-10-11 Anatoly Burakovmalloc: allow detaching from external memory
2018-10-11 Anatoly Burakovmalloc: allow attaching to external memory chunks
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: add function to check if socket is external
2018-10-11 Anatoly Burakovmalloc: add function to query socket ID of named heap
2018-10-11 Anatoly Burakovmalloc: add name to malloc heaps
2018-10-11 Anatoly Burakovmem: do not check for invalid socket ID
2018-10-11 Anatoly Burakovmalloc: index heaps using heap ID rather than NUMA...
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
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: replace panics with error messages
2018-04-11 Anatoly Burakovmalloc: add function to dump heap contents
2018-04-11 Anatoly Burakovmalloc: move all locking to heap
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-06 Santosh Shuklamalloc: use pointer diff macro in IOVA mapping
2017-11-06 Thomas Monjalonmalloc: rename address mapping function to IOVA
2017-11-06 Santosh Shuklamem: rename segment address from physical to IOVA
2017-10-06 Santosh Shuklamem: honor IOVA mode in malloc virt2phy
2017-07-04 Olivier Matzmem: do not advertise physical address when no hugepages
2016-07-10 Sergio Gonzalez... mem: do not zero out memory on zmalloc
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