Top | ![]() |
![]() |
![]() |
![]() |
NcMultiplicityFuncJenkinsNcMultiplicityFuncJenkins — Dark matter halo -- Jenkins multiplicity function. |
Functions
nc_multiplicity_func_jenkins_new ()
NcMultiplicityFuncJenkins *
nc_multiplicity_func_jenkins_new (void
);
FIXME
nc_multiplicity_func_jenkins_ref ()
NcMultiplicityFuncJenkins *
nc_multiplicity_func_jenkins_ref (NcMultiplicityFuncJenkins *mj
);
Increases the reference count of mj
by one.
nc_multiplicity_func_jenkins_free ()
void
nc_multiplicity_func_jenkins_free (NcMultiplicityFuncJenkins *mj
);
Atomically decrements the reference count of mj
by one. If the reference count drops to 0,
all memory allocated by mj
is released.
nc_multiplicity_func_jenkins_clear ()
void
nc_multiplicity_func_jenkins_clear (NcMultiplicityFuncJenkins **mj
);
Atomically decrements the reference count of mj
by one. If the reference count drops to 0,
all memory allocated by mj
is released. Set the pointer to NULL;