![]() |
NEURON
|
#include <InterViews/observe.h>Go to the source code of this file.
Functions | |
| void | nrn_notify_freed (void(*pf)(void *, int)) |
| void | nrn_notify_when_void_freed (void *p, Observer *ob) |
| void | nrn_notify_when_double_freed (double *p, Observer *ob) |
| void | nrn_notify_pointer_disconnect (Observer *ob) |
| void | notify_pointer_freed (void *pt) |
| void | notify_freed (void *p) |
| void | notify_freed_val_array (double *p, size_t) |