Lines Matching defs:pvEnd
145 void *pvEnd;
195 ASSERT_L((pBlock)->pNext, (pHeapInt)->pvEnd); \
204 ASSERT_L((pBlock), (pHeapInt)->pvEnd); \
213 ASSERT_L((pBlock), (pHeapInt)->pvEnd); \
244 do { size_t cbCalc = ((pBlock)->Core.pNext ? (uintptr_t)(pBlock)->Core.pNext : (uintptr_t)(pHeapInt)->pvEnd) \
309 pHeapInt->pvEnd = (uint8_t *)pHeapInt + cbMemory;
348 AssertMsgReturn((uintptr_t)pHeapInt - (uintptr_t)pHeapInt->pvEnd + pHeapInt->cbHeap == offDelta,
349 ("offDelta=%p, expected=%p\n", offDelta, (uintptr_t)pHeapInt->pvEnd - pHeapInt->cbHeap - (uintptr_t)pHeapInt),
356 RELOCATE_IT(pHeapInt->pvEnd, void *, offDelta);
364 pCur && (uintptr_t)pCur < (uintptr_t)pHeapInt->pvEnd;
593 pNew->cb = (pNew->Core.pNext ? (uintptr_t)pNew->Core.pNext : (uintptr_t)pHeapInt->pvEnd) \
665 const size_t cbBlock = (pBlock->pNext ? (uintptr_t)pBlock->pNext : (uintptr_t)pHeapInt->pvEnd)
790 pFree->cb = (pFree->Core.pNext ? (uintptr_t)pFree->Core.pNext : (uintptr_t)pHeapInt->pvEnd)
858 cbBlock = (pBlock->pNext ? (uintptr_t)pBlock->pNext : (uintptr_t)pHeapInt->pvEnd)
907 size_t cb = (pBlock->pNext ? (uintptr_t)pBlock->Core.pNext : (uintptr_t)pHeapInt->pvEnd)