SP_free()
#include <sicstus/sicstus.h> void SP_free(void *ptr);
Disposees of the block referenced by ptr
, which must have been
obtained by a call to SP_malloc()
or SP_realloc()
, and must
not have been released by a call to SP_free()
or SP_realloc()
.
See OS Memory Management.