Home
last modified time | relevance | path

Searched refs:AllocUser (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp555 static inline u32 AllocUser(u32 size, bool fromTop, const char *name) { in AllocUser() function
636 netThread1Addr = AllocUser(stackSize, true, "netstack1"); in sceNetInit()
640 netThread2Addr = AllocUser(stackSize, true, "netstack2"); in sceNetInit()
646 netPoolAddr = AllocUser(poolSize, false, "netpool"); in sceNetInit()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp555 static inline u32 AllocUser(u32 size, bool fromTop, const char *name) { in AllocUser() function
636 netThread1Addr = AllocUser(stackSize, true, "netstack1"); in sceNetInit()
640 netThread2Addr = AllocUser(stackSize, true, "netstack2"); in sceNetInit()
646 netPoolAddr = AllocUser(poolSize, false, "netpool"); in sceNetInit()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp555 static inline u32 AllocUser(u32 size, bool fromTop, const char *name) { in AllocUser() function
636 netThread1Addr = AllocUser(stackSize, true, "netstack1"); in sceNetInit()
640 netThread2Addr = AllocUser(stackSize, true, "netstack2"); in sceNetInit()
646 netPoolAddr = AllocUser(poolSize, false, "netpool"); in sceNetInit()