Virtual Method

NumCosmoMathMPIJobdestroy_return_buffer

Declaration [src]

void
destroy_return_buffer (
  NcmMPIJob* mpi_job,
  gpointer ret,
  gpointer buf
)

Description [src]

Destroy buf created with ncm_mpi_job_get_return_buffer() or ncm_mpi_job_pack_return().

Parameters

ret

Type: gpointer

A return object.

The argument can be NULL.
The data is owned by the caller of the method.
buf

Type: gpointer

A return buffer.

The argument can be NULL.
The data is owned by the caller of the method.