Searched defs:MPDLConfig (Results 1 – 1 of 1) sorted by relevance
89 typedef struct MPDLConfig struct91 void* (*alloc)(u32 size);92 void (*free) (void* ptr);93 OSPriority threadPriority;94 u32 ggid;118 MPDLConfig; argument