Searched defs:MPDLConfig (Results 1 – 1 of 1) sorted by relevance
80 typedef struct MPDLConfig struct82 void* (*alloc)(u32 size);83 void (*free) (void* ptr);84 OSPriority threadPriority;85 u32 ggid;109 MPDLConfig; argument