Lines Matching refs:Allocation

218     RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
250 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
378 RTAsn1CursorInitAllocation(pCursor, &pThis->Allocation); \
389 rc = RTAsn1MemAllocZ(&pThis->Allocation, (void **)&pThis->a_PtrName, sizeof(*pThis->a_PtrName)); \
397 rc = RTAsn1MemAllocZ(&pThis->Allocation, (void **)&pThis->a_PtrTnNm, sizeof(*pThis->a_PtrTnNm)); \
429 RTAsn1CursorInitAllocation(pCursor, &pThis->Allocation); \
435 rc = RTAsn1MemGrowArray(&pThis->Allocation, \
584 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
622 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
630 rc = RTAsn1MemAllocZ(&pThis->Allocation, (void **)&pThis->a_PtrName, sizeof(*pThis->a_PtrName)); \
635 rc = RTAsn1MemAllocZ(&pThis->Allocation, (void **)&pThis->a_PtrTnNm, sizeof(*pThis->a_PtrTnNm)); \
654 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
658 rc = RTAsn1MemGrowArray(&pThis->Allocation, (void **)&pThis->paItems, sizeof(pThis->paItems[0]), 0, cItems); \
749 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
751 int rc = RTAsn1MemAllocZ(&pThis->Allocation, (void **)&pThis->a_PtrName, sizeof(*pThis->a_PtrName)); \
772 RTAsn1MemInitAllocation(&pThis->Allocation, pAllocator); \
774 int rc = RTAsn1MemAllocZ(&pThis->Allocation, (void **)&pThis->a_PtrTnNm, sizeof(*pThis->a_PtrTnNm)); \
1092 RTAsn1MemFree(&pThis->Allocation, pThis->a_UnionNm.a_PtrName); \
1112 RTAsn1MemFree(&pThis->Allocation, pThis->a_PtrName); \
1121 RTAsn1MemFree(&pThis->Allocation, pThis->a_PtrTnNm); \
1135 RTAsn1MemFree(&pThis->Allocation, pThis->paItems); \