Changeset 62564 in vbox for trunk/src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp
- Timestamp:
- Jul 26, 2016 2:43:03 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp
r62477 r62564 40 40 static DECLCALLBACK(void) rtAsn1EFenceAllocator_Free(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, void *pv) 41 41 { 42 RT_NOREF_PV(pThis); 42 43 RTMemEfFreeNP(pv); 43 44 pAllocation->cbAllocated = 0; … … 56 57 return VINF_SUCCESS; 57 58 } 59 RT_NOREF_PV(pThis); 58 60 return VERR_NO_MEMORY; 59 61 } … … 73 75 return VINF_SUCCESS; 74 76 } 77 RT_NOREF_PV(pThis); 75 78 return VERR_NO_MEMORY; 76 79 }
Note:
See TracChangeset
for help on using the changeset viewer.