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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsecblock.h90 class AllocatorWithCleanup : public AllocatorBase<T> class in inherits:AllocatorBase
158 template <class U> struct rebind { typedef AllocatorWithCleanup<U, T_Align16> other; };
160 AllocatorWithCleanup() {} function in class:AllocatorWithCleanup
161 template <class U, bool A> AllocatorWithCleanup(const AllocatorWithCleanup<U, A> &) {} argument
165 CRYPTOPP_DLL_TEMPLATE_CLASS AllocatorWithCleanup<byte>; variable
166 CRYPTOPP_DLL_TEMPLATE_CLASS AllocatorWithCleanup<word16>; variable
167 CRYPTOPP_DLL_TEMPLATE_CLASS AllocatorWithCleanup<word32>; variable
168 CRYPTOPP_DLL_TEMPLATE_CLASS AllocatorWithCleanup<word64>; variable
170 CRYPTOPP_DLL_TEMPLATE_CLASS AllocatorWithCleanup<wor variable
[all...]
H A Dmdc.h61 FixedSizeSecBlock<byte, MDC_Info<T>::KEYLENGTH, AllocatorWithCleanup<byte> > m_key;
62 mutable FixedSizeSecBlock<byte, MDC_Info<T>::BLOCKSIZE, AllocatorWithCleanup<byte> > m_buffer;
H A Dzinflate.h79 std::vector<CodeInfo, AllocatorWithCleanup<CodeInfo> > m_codeToValue;
80 mutable std::vector<LookupEntry, AllocatorWithCleanup<LookupEntry> > m_cache;
H A Dinteger.h19 typedef SecBlock<word, AllocatorWithCleanup<word, CRYPTOPP_BOOL_X86> > IntegerSecBlock;

Completed in 121 milliseconds