Go to the documentation of this file.
40 printf(
"error: %s %s\n", s1, s2 ? s2 :
"");
45 printf(
"warning: %s %s\n", s1, s2 ? s2 :
"");
49 return (
double*)
ecalloc(size,
sizeof(
char));
59 double** matrix = (
double**)
emalloc(nrows *
sizeof(
double*));
60 *matrix = (
double*)
emalloc(nrows * ncols *
sizeof(
double));
61 for (
size_t i = 1;
i < nrows;
i++)
62 matrix[
i] = matrix[
i - 1] + ncols;
67 if (matrix !=
nullptr) {
74 void* memptr = malloc(size);
89 void* p = calloc(n, size);
98 void* p = realloc(ptr, size);
112 }
else if (x > 700) {
115 fprintf(stderr,
"exp(%g) out of range, returning exp(700)\n", x);
118 fprintf(stderr,
"No more errno warnings during this execution\n");
132 "Error: Incompatible binary input dataset version (expected %s, input %s)\n",
void * ecalloc(size_t n, size_t size)
char * pnt_name(Point_process *pnt)
mpi_function< cnrn_make_integral_constant_t(nrnmpi_finalize_impl)> nrnmpi_finalize
auto & get_memb_func(size_t idx)
void check_bbcore_write_version(const char *)
void hoc_execerror(const char *s1, const char *s2)
void * hoc_Emalloc(size_t)
void hoc_warning(const char *s1, const char *s2)
double ** makematrix(size_t nrows, size_t ncols)
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
double * makevector(size_t size)
void alloc_memory(void *&pointer, size_t num_bytes, size_t alignment)
void * nrn_cacheline_alloc(void **memptr, size_t size)
const char * bbcore_write_version
corenrn_parameters corenrn_param
Printing method.
static void * emalloc(size_t size)
bool mpi_enable
Initialization seed for random number generator (int)
void * erealloc(void *ptr, size_t size)
void freevector(double *p)
Project version information.
void freematrix(double **matrix)