Lines Matching defs:PRTMEMPOOLINT
48 typedef struct RTMEMPOOLINT *PRTMEMPOOLINT;
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 pMemPool = hMemPool;
294 PRTMEMPOOLINT pMemPool = hMemPool;
327 PRTMEMPOOLINT pNewMemPool = hMemPool;
332 PRTMEMPOOLINT pOldMemPool = pOldEntry->pMemPool;