malloc_stream      58 opal/util/malloc.c static opal_output_stream_t malloc_stream;
malloc_stream      70 opal/util/malloc.c         OBJ_DESTRUCT(&malloc_stream);
malloc_stream      79 opal/util/malloc.c     OBJ_CONSTRUCT(&malloc_stream, opal_output_stream_t);
malloc_stream      80 opal/util/malloc.c     malloc_stream.lds_is_debugging = true;
malloc_stream      81 opal/util/malloc.c     malloc_stream.lds_verbose_level = 5;
malloc_stream      82 opal/util/malloc.c     malloc_stream.lds_prefix = "malloc debug: ";
malloc_stream      83 opal/util/malloc.c     malloc_stream.lds_want_stderr = true;
malloc_stream      84 opal/util/malloc.c     opal_malloc_output = opal_output_open(&malloc_stream);