66a215eae1
1. Valgrind is good for something - chasing down memory leaks in registry led me to re-visit the dictionary functions and discover that I wasn't keeping track of the number of dictionary entries on each segment! Resulted in wasted time searching blank entries as well as leaked memory. This has now been fixed. 2. Fixed the orte_bitmap test. The init function for that class has been eliminated and the constructor adjusted to provide that functionality. This commit was SVN r7136. |
||
---|---|---|
.. | ||
Makefile.am | ||
ompi_bitmap.c | ||
ompi_circular_buffer_fifo.c | ||
ompi_fifo.c | ||
ompi_pointer_array.c | ||
ompi_rb_tree.c | ||
opal_hash_table.c | ||
opal_list.c | ||
opal_value_array.c | ||
orte_bitmap.c |