Searched refs:pMemPool (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dmempool-generic.cpp58 PRTMEMPOOLINT pMemPool; member in struct:RTMEMPOOLENTRY
93 #define RTMEMPOOL_VALID_RETURN_RC(pMemPool, rc) \
95 if (pMemPool == RTMEMPOOL_DEFAULT) \
96 pMemPool = &g_rtMemPoolDefault; \
99 AssertPtrReturn((pMemPool), (rc)); \
100 AssertReturn((pMemPool)->u32Magic == RTMEMPOOL_MAGIC, (rc)); \
108 AssertPtrNullReturn((pEntry)->pMemPool, (rc)); \
110 AssertReturn((pEntry)->pMemPool->u32Magic == RTMEMPOOL_MAGIC, (rc)); \
137 PRTMEMPOOLINT pMemPool = (PRTMEMPOOLINT)RTMemAlloc(RT_OFFSETOF(RTMEMPOOLINT, szName[cchName + 1])); local
138 if (!pMemPool)
196 rtMemPoolInitAndLink(PRTMEMPOOLINT pMemPool, PRTMEMPOOLENTRY pEntry) argument
222 PRTMEMPOOLINT pMemPool = pEntry->pMemPool; local
248 PRTMEMPOOLINT pMemPool = hMemPool; variable
263 PRTMEMPOOLINT pMemPool = hMemPool; variable
278 PRTMEMPOOLINT pMemPool = hMemPool; variable
294 PRTMEMPOOLINT pMemPool = hMemPool; variable
[all...]

Completed in 1763 milliseconds