1
1
openmpi/opal/class
George Bosilca 21f014f5f6 Apply a patch from Bert Wesarg.
This saves some memory for the constructors and destructors arrays of a
class by counting the constructors and destructors while we are counting
the cls_depth. And the reversion of the constructor array can now be done
without an extra loop.

This commit was SVN r13939.
2007-03-06 16:38:06 +00:00
..
Makefile.am Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00
opal_atomic_lifo.c As the destructor is empty just keep it simple. 2006-08-21 20:10:04 +00:00
opal_atomic_lifo.h Latest and greatest. Now OPAL is ready for the Windows prime-time. 2006-08-23 00:29:35 +00:00
opal_free_list.c Decrease the number of branches in the critical path. 2007-01-31 03:01:23 +00:00
opal_free_list.h Latest and greatest. Now OPAL is ready for the Windows prime-time. 2006-08-23 00:29:35 +00:00
opal_hash_table.c As everywhere else the keysize is a size_t let's keep it consistent. 2006-08-21 20:11:12 +00:00
opal_hash_table.h We have a nice OBJ_CLASS_DECLARATION macro let's use it. 2006-08-21 20:12:19 +00:00
opal_list.c - Initialize the size of the opal_object class. 2007-01-21 14:24:29 +00:00
opal_list.h - Fix further compiler warnings regarding initialization 2007-01-30 06:34:38 +00:00
opal_object.c Apply a patch from Bert Wesarg. 2007-03-06 16:38:06 +00:00
opal_object.h Make BEGIN_C_DECLS and END_C_DECLS publically available so that they can see 2007-03-01 17:25:21 +00:00
opal_value_array.c - Initialize the size of the opal_object class. 2007-01-21 14:24:29 +00:00
opal_value_array.h Remove 2 compiler warnings from opal. 2007-01-31 16:00:15 +00:00