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
6
__BEGIN_DECLS
7
8
gel_memory_image_t
*
gel_init_memory_image
(
gel_env_t
*env,
gel_block_t
** blocks,
int
nb_block);
9
10
17
void
gel_free_image_memory
(
gel_memory_image_t
* memory);
18
19
__END_DECLS
20
21
#endif
/*GEL_MEMORY_PLUGIN_H_*/
common.h
__END_DECLS
#define __END_DECLS
Definition:
common.h:29
__BEGIN_DECLS
#define __BEGIN_DECLS
Definition:
common.h:28
gel_init_memory_image
__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
gel_free_image_memory
void gel_free_image_memory(gel_memory_image_t *memory)
Definition:
gel_memory.c:240
gel_memory_image_t
struct gel_memory_image_s gel_memory_image_t
Definition:
image.h:76
gel_block_s
Definition:
gel_types_plugin.h:74
gel_env_s
Definition:
image.h:54
include
gel
gel_memory_plugin.h
Generated by
1.9.1