This header contains the definitions for the memory allocation routines to handle waveforms in libbpm.
Definition in file bpm_alloc.h.
#include <stdlib.h>
#include <bpm/bpm_defs.h>
Include dependency graph for bpm_alloc.h:
Go to the source code of this file.
Functions | |
EXTERN double ** | alloc_complex_wave_double (int ns) |
EXTERN void | free_complex_wave_double (double **w, int ns) |
EXTERN double * | alloc_simple_wave_double (int ns) |
EXTERN void | free_simple_wave_double (double *w) |
EXTERN int * | alloc_simple_wave_int (int ns) |
EXTERN void | free_simple_wave_int (int *w) |