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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-efence-allocator.cpp38 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnFree} */
46 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnAlloc} */
61 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnRealloc} */
79 RT_DECL_DATA_CONST(RTASN1ALLOCATORVTABLE const) g_RTAsn1EFenceAllocator =
H A Dasn1-default-allocator.cpp56 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnFree} */
64 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnAlloc} */
80 /** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnRealloc} */
99 RT_DECL_DATA_CONST(RTASN1ALLOCATORVTABLE const) g_RTAsn1DefaultAllocator =
/vbox/include/iprt/
H A Dasn1.h56 typedef struct RTASN1ALLOCATORVTABLE struct
66 DECLCALLBACKMEMBER(void, pfnFree)(struct RTASN1ALLOCATORVTABLE const *pThis, PRTASN1ALLOCATION pAllocation,
79 DECLCALLBACKMEMBER(int, pfnAlloc)(struct RTASN1ALLOCATORVTABLE const *pThis, PRTASN1ALLOCATION pAllocation,
101 DECLCALLBACKMEMBER(int, pfnRealloc)(struct RTASN1ALLOCATORVTABLE const *pThis, PRTASN1ALLOCATION pAllocation,
103 } RTASN1ALLOCATORVTABLE; typedef in typeref:struct:RTASN1ALLOCATORVTABLE
105 typedef RTASN1ALLOCATORVTABLE *PRTASN1ALLOCATORVTABLE;
107 typedef RTASN1ALLOCATORVTABLE const *PCRTASN1ALLOCATORVTABLE;
110 extern RTDATADECL(RTASN1ALLOCATORVTABLE const) g_RTAsn1DefaultAllocator;
113 extern RTDATADECL(RTASN1ALLOCATORVTABLE const) g_RTAsn1EFenceAllocator;

Completed in 72 milliseconds