Next: cpg-ref-SP_mutex_lock, Previous: cpg-ref-SP_load_sicstus_run_time, Up: cpg-bif [Contents][Index]
SP_malloc()
#include <sicstus/sicstus.h> void * SP_malloc(size_t size);
Allocates a block of at least size
bytes.
Requested number of bytes.
NULL
on failure, the pointer otherwise.
See OS Memory Management.