aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_partition_free.c
blob: e5f03e6754a826de51d2d6ab085632b8e6963f9b (plain) (blame)
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(struct libgamma_partition_state *restrict);