#include "autopack.h" void AP_free(void *buf)
Call this function to free message buffer space allocated by AP_recv().
Note that in the Fortran binding, it is not necessary to call this after AP_COPY_FREE() since that function frees that buffer before returning. However, this function may be of use in case the user wants to free the message without actually accessing it.