1
1
openmpi/ompi/class
Dave Goodell a552921171 call element destructors in ompi_free_list_destruct
The free list code called the constructor for each object it
slab allocated in ompi_free_list_grow.  This permits free list-managed
elements to safely allocate/deallocate resources in their
constructors/destructors without leaking.

It's probably best to let this soak on the trunk a little while before
moving it over to v1.7.

Reviewed-by: bosilca

cmr=v1.7.4:reviewer=bosilca

This commit was SVN r29096.
2013-08-29 22:56:31 +00:00
..
Makefile.am - Dough. Makefile.am was missing in r20710 2009-03-04 00:30:28 +00:00
ompi_free_list.c call element destructors in ompi_free_list_destruct 2013-08-29 22:56:31 +00:00
ompi_free_list.h rename ompi_free_list operations to _mt, as per discussions at last face to face meeting 2013-07-08 22:07:52 +00:00
ompi_rb_tree.c rename ompi_free_list operations to _mt, as per discussions at last face to face meeting 2013-07-08 22:07:52 +00:00
ompi_rb_tree.h The constructor and destructor are not publicly visible functions. 2013-04-30 23:23:57 +00:00
ompi_seq_tracker.c Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
ompi_seq_tracker.h - Replace combinations of 2009-08-20 11:42:18 +00:00