mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42: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
|