blob: 787d3f465328a67016b090166afff11ca41aae3c (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
/**
* Release all resources held by a partition state
* and free the partition state pointer
*
* @param this The partition state
*/
extern inline void libgamma_partition_free(libgamma_partition_state_t *restrict);
|