mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
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
|