1
1
openmpi/ompi/mca/rcache/vma
Gleb Natapov 8bfcfa464a Don't call free(), or library functions that may call free() inside (such as
ibv_dereg_mr() for instance) from ptmalloc callback. Call to free() from the
callback causes deadlock. Notice what should be unregistered inside the callback
and do actual cleanup at the next call to mpool->register().

This commit was SVN r17064.
2008-01-08 08:55:42 +00:00
..
configure.params * Move Gleb's rcache work from the gleb-rcache branch to the trunk 2006-08-15 18:40:08 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
rcache_vma_component.c Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
rcache_vma_tree.c Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00
rcache_vma_tree.h Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00
rcache_vma.c Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00
rcache_vma.h Don't call free(), or library functions that may call free() inside (such as 2008-01-08 08:55:42 +00:00