Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/src/mapi/u_execmem.h
4558 views
1
#ifndef _U_EXECMEM_H_
2
#define _U_EXECMEM_H_
3
4
void *
5
u_execmem_alloc(unsigned int size);
6
7
#endif /* _U_EXECMEM_H_ */
8
9