1. drmaa2_string_free(3)
  2. DRMAA2
  3. drmaa2_string_free(3)

NAME

drmaa2_string_free - drmaa2_string_free, Releases memory of a drmaa2_string(3).

SYNOPSIS

#include "drmaa2.h"

void drmaa2_string_free(drmaa2_string *string)

DESCRIPTION

Releases the memory of an allocated drmaa2_string, which in the Univa(R) Grid Engine(TM) implementation is a char *, and sets the variable to NULL.

SEE ALSO

drmaa2_get_drms_name(3), drmaa2_lasterror_text(3)

AUTHOR

Copyright Univa Corporation 2013

  1. Univa Corporation
  2. October 2013
  3. drmaa2_string_free(3)