Next: , Previous: , Up: cpg-bif   [Contents][Index]


12.3.23 SP_free()

Synopsis

#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().

Arguments

ptr

Block to dispose of.

See Also

See OS Memory Management.


Send feedback on this subject.