bpmalloc/bpm_alloc.h File Reference


Detailed Description

libbpm waveform memory allocation routines

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)


Generated on Fri Nov 9 21:17:11 2007 for libbpm by  doxygen 1.5.1