ASCOT5
Loading...
Searching...
No Matches
libascot_mem.h
Go to the documentation of this file.
1
5#ifndef LIBASCOT_MEM_H_
6#define LIBASCOT_MEM_H_
7
8#include "particle.h"
9
12real* libascot_allocate_reals(size_t size);
13
14void libascot_deallocate(void *arr);
15
16#endif
double real
Definition ascot5.h:85
particle_state * libascot_allocate_particle_states(int nmrk)
A routine to allocate an array of particle states.
input_particle * libascot_allocate_input_particles(int nmrk)
A routine to allocate an array of input particles.
real * libascot_allocate_reals(size_t size)
A routine to allocate an array of reals.
void libascot_deallocate(void *arr)
A wrapper to C stdlib free()
Header file for particle.c.
Wrapper for marker structs.
Definition particle.h:186
General representation of a marker.
Definition particle.h:40