opal_realloc 342 opal/include/opal_config_bottom.h # define realloc(ptr, size) opal_realloc((ptr), (size), __FILE__, __LINE__) opal_realloc 111 opal/util/malloc.h OPAL_DECLSPEC void *opal_realloc(void *ptr, size_t size, const char *file, int line) __opal_attribute_malloc__ __opal_attribute_warn_unused_result__;