SP_malloc()
#include <sicstus/sicstus.h> void * SP_malloc(size_t size);
Allocates a block of at least size bytes.
size
NULL on failure, the pointer otherwise.
NULL
See OS Memory Management.