forked from Qortal/Brooklyn
10 lines
215 B
C
10 lines
215 B
C
#ifndef __GRALLOC_H
|
|
#define __GRALLOC_H
|
|
|
|
void acl_free_all(void);
|
|
int acl_alloc_stack_init(unsigned long size);
|
|
void *acl_alloc(unsigned long len);
|
|
void *acl_alloc_num(unsigned long num, unsigned long len);
|
|
|
|
#endif
|