[dpdk-dev] is there any function like rte_mempool_destroy compare with rte_mempool_create

Matthew Hall mhall at mhcomputing.net
Wed Aug 27 10:14:59 CEST 2014


On Wed, Aug 27, 2014 at 07:46:26AM +0000, Ni, Xun wrote:
> If I run an application twice, is there possible that 
> the app has the memory leak? Or it just doesn't have enough memory to 
> execute it again because the first one already get most of the memory but 
> without release it.

User-mapped memory should be freed by the kernel when the process dies.

However if there is multiprocess, shmem, or kernel resources being used in 
your configuration anything could happen, including leaks.

Do you have some specifics about what you were doing / running?

Matthew.


More information about the dev mailing list