GEL  0.99
gel_memory_plugin.h
Go to the documentation of this file.
1 #ifndef GEL_MEMORY_PLUGIN_H_
2 #define GEL_MEMORY_PLUGIN_H_
3 
4 #include <gel/common.h>
5 
7 
8 gel_memory_image_t* gel_init_memory_image (gel_env_t *env, gel_block_t** blocks, int nb_block);
9 
10 
18 
20 
21 #endif /*GEL_MEMORY_PLUGIN_H_*/
#define __END_DECLS
Definition: common.h:29
#define __BEGIN_DECLS
Definition: common.h:28
__BEGIN_DECLS gel_memory_image_t * gel_init_memory_image(gel_env_t *env, gel_block_t **blocks, int nb_block)
Definition: gel_memory.c:86
void gel_free_image_memory(gel_memory_image_t *memory)
Definition: gel_memory.c:240
struct gel_memory_image_s gel_memory_image_t
Definition: image.h:76
Definition: gel_types_plugin.h:74
Definition: image.h:54