_dict_free         16 ompi/mca/coll/libnbc/libdict/dict.c dict_free_func _dict_free = free;
_dict_free         29 ompi/mca/coll/libnbc/libdict/dict.c 	dict_free_func old = _dict_free;
_dict_free         30 ompi/mca/coll/libnbc/libdict/dict.c 	_dict_free = func ? func : free;
_dict_free         63 ompi/mca/coll/libnbc/libdict/dict_private.h extern dict_free_func _dict_free;
_dict_free         65 ompi/mca/coll/libnbc/libdict/dict_private.h #define FREE(p)		(*_dict_free)(p)