1
1
openmpi/test/class
Ralph Castain 66a215eae1 More memory cleanup...
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.
2005-09-02 00:26:58 +00:00
..
Makefile.am * remove pml direct call header file as part of make distclean 2005-08-21 23:48:12 +00:00
ompi_bitmap.c * bunch of header file and constant changes to make test tree run 2005-08-21 19:21:09 +00:00
ompi_circular_buffer_fifo.c changed function signitures to match the changes in mpool 2005-06-01 15:25:17 +00:00
ompi_fifo.c changed function signitures to match the changes in mpool 2005-06-01 15:25:17 +00:00
ompi_pointer_array.c * rename locking code from ompi to opal 2005-07-03 22:45:48 +00:00
ompi_rb_tree.c * rename ompi_list to opal_list 2005-07-03 16:22:16 +00:00
opal_hash_table.c * add missing OBJ_RELEASE in memory manager code 2005-08-25 16:28:41 +00:00
opal_list.c * add missing OBJ_RELEASE in memory manager code 2005-08-25 16:28:41 +00:00
opal_value_array.c * add missing OBJ_RELEASE in memory manager code 2005-08-25 16:28:41 +00:00
orte_bitmap.c More memory cleanup... 2005-09-02 00:26:58 +00:00