SiReNe Simulation Software  1.0
Memory.c File Reference

Memory management functions. More...

#include "Memory.h"
Include dependency graph for Memory.c:

Functions

SynapseModel ** SynapseModelsAlloc (int NbModels)
 Memory allocation of synapse models. More...
 
void MemoryRelease (Simul *Simulation)
 Memory de-allocation of all dynamic variables used in the simulation. More...
 

Function Documentation

◆ MemoryRelease()

◆ SynapseModelsAlloc()

SynapseModel** SynapseModelsAlloc ( int  NbModels)

Parameters
NbModelsNumbers of neural models
Returns
A pointer to the newly allocated 2D array

References MYMALLOC().

Referenced by main().