#include <../../nrnconf.h>
#include <stdio.h>
#include <section.h>
#include <stdlib.h>
Go to the source code of this file.
◆ nrn_cache_prop_realloc()
| void nrn_cache_prop_realloc |
( |
| ) |
|
◆ nrn_delete_prop_pool()
| void nrn_delete_prop_pool |
( |
int |
type | ) |
|
◆ nrn_is_valid_section_ptr()
| int nrn_is_valid_section_ptr |
( |
void * |
v | ) |
|
◆ nrn_mk_prop_pools()
| void nrn_mk_prop_pools |
( |
int |
n | ) |
|
◆ nrn_prop_data_alloc()
| double* nrn_prop_data_alloc |
( |
int |
type, |
|
|
int |
count, |
|
|
Prop * |
p |
|
) |
| |
◆ nrn_prop_data_free()
| void nrn_prop_data_free |
( |
int |
type, |
|
|
double * |
pd |
|
) |
| |
◆ nrn_prop_datum_alloc()
| Datum* nrn_prop_datum_alloc |
( |
int |
type, |
|
|
int |
count, |
|
|
Prop * |
p |
|
) |
| |
◆ nrn_prop_datum_free()
| void nrn_prop_datum_free |
( |
int |
type, |
|
|
Datum * |
ppd |
|
) |
| |
◆ nrn_section_alloc()
◆ nrn_section_free()