Searched defs:PRTMEMPOOLINT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dmempool-generic.cpp48 typedef struct RTMEMPOOLINT *PRTMEMPOOLINT; typedef in typeref:struct:RTMEMPOOLINT
58 PRTMEMPOOLINT pMemPool;
137 PRTMEMPOOLINT pMemPool = (PRTMEMPOOLINT)RTMemAlloc(RT_OFFSETOF(RTMEMPOOLINT, szName[cchName + 1]));
161 PRTMEMPOOLINT pMemPool = hMemPool;
196 DECLINLINE(void) rtMemPoolInitAndLink(PRTMEMPOOLINT pMemPool, PRTMEMPOOLENTRY pEntry)
222 PRTMEMPOOLINT pMemPool = pEntry->pMemPool;
248 PRTMEMPOOLINT pMemPool = hMemPool;
263 PRTMEMPOOLINT pMemPool = hMemPool;
278 PRTMEMPOOLINT pMemPoo
[all...]

Completed in 32 milliseconds