system_malloc Interface

interface
public function system_malloc(size) bind(c, name="malloc")

Arguments

Type IntentOptional Attributes Name
integer(kind=C_SIZE_T), value :: size

Return Value integer(kind=C_INTPTR_T)