summaryrefslogtreecommitdiff
path: root/src/mapi/u_execmem.h
blob: 13fff8df225b28323da54886b6296b168cb347d7 (plain)
1
2
3
4
5
6
7
#ifndef _U_EXECMEM_H_
#define _U_EXECMEM_H_

void *
u_execmem_alloc(unsigned int size);

#endif /* _U_EXECMEM_H_ */