aboutsummaryrefslogblamecommitdiffstats
path: root/libgamma_partition_free.c
blob: 787d3f465328a67016b090166afff11ca41aae3c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                 
/* 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);