Next: cpg-ref-SP_get_address, Previous: cpg-ref-SP_fprintf, Up: cpg-bif [Contents][Index]
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()
.
Block to dispose of.
See OS Memory Management.