For internal use only.
This file contains the implementation of the st_free() function, used to release memory allocated by the sparse matrix hash table.
Definition in file st_free.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for st_free.c:
Go to the source code of this file.
Functions | |
unsigned long | st_free (smat_table_t *table) |
Free memory used by an empty sparse matrix table. |