Revision 80f93e0a
Added by Xavier Thirioux over 6 years ago
include/arrow.h | ||
---|---|---|
6 | 6 |
|
7 | 7 |
extern struct _arrow_mem *_arrow_alloc (); |
8 | 8 |
|
9 |
extern void _arrow_dealloc (struct _arrow_mem *); |
|
10 |
|
|
9 | 11 |
#define _arrow_DECLARE(attr, inst)\ |
10 | 12 |
attr struct _arrow_mem inst; |
11 | 13 |
|
Also available in: Unified diff
added deallocation for dynamic memory allocation scheme