Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 13 of 13) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/src/
H A Ddll_main.cpp112 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; variable
135 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; variable
156 template class _STLP_CLASS_DECLSPEC allocator<void*>; variable
159 template class _STLP_CLASS_DECLSPEC allocator<_VoidPtr_Node>; variable
H A Dstring.cpp33 template class _STLP_CLASS_DECLSPEC allocator<char>; variable
63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; variable
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dmvctor_declaration_test.cpp79 class allocator<specially_allocated_struct> { class
97 allocator() _STLP_NOTHROW {} in allocator() function in std::allocator
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator() function in std::allocator
101 allocator(const allocator&) _STLP_NOTHROW {} in allocator() argument
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Daltcp.h164 #define altcp_new(allocator) tcp_new() argument
165 #define altcp_new_ip6(allocator) tcp_new_ip6() argument
166 #define altcp_new_ip_type(allocator, ip_type) tcp_new_ip_type(ip_type) argument
/reactos/sdk/include/c++/stlport/stl/
H A D_alloc.h289 allocator() _STLP_NOTHROW {} in allocator() function
291 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator() function
293 allocator(const allocator<_Tp>&) _STLP_NOTHROW {} in allocator() function
295 allocator(__move_source<allocator<_Tp> > src) _STLP_NOTHROW {} in allocator() function
H A Dchar_traits.h53 template <class _Tp> class allocator; variable
/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_ddict.c172 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict() local
182 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict_byReference() local
/reactos/drivers/network/tcpip/lwip/src/core/
H A Daltcp.c164 altcp_new_ip6(altcp_allocator_t *allocator) in altcp_new_ip6()
174 altcp_new(altcp_allocator_t *allocator) in altcp_new()
189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) in altcp_new_ip_type()
/reactos/dll/directx/wine/qedit/
H A Dsamplegrabber.c225 IMemAllocator *allocator; member
714 SampleGrabber_IMemInputPin_GetAllocator(IMemInputPin *iface, IMemAllocator **allocator) in SampleGrabber_IMemInputPin_GetAllocator()
729 SampleGrabber_IMemInputPin_NotifyAllocator(IMemInputPin *iface, IMemAllocator *allocator, BOOL read… in SampleGrabber_IMemInputPin_NotifyAllocator()
/reactos/modules/rostests/winetests/ole32/
H A Dpropvariant.c528 PMemoryAllocator allocator; in test_propertytovariant() local
/reactos/sdk/lib/3rdparty/strmbase/
H A Dpin.c1162 … LPCRITICAL_SECTION pCritSec, IMemAllocator *allocator, BaseInputPin * pPinImpl) in InputPin_Init()
1191 LPCRITICAL_SECTION pCritSec, IMemAllocator *allocator, IPin ** ppPin) in BaseInputPin_Construct()
/reactos/dll/directx/wine/qcap/
H A Dsmartteefilter.c324 static HRESULT copy_sample(IMediaSample *inputSample, IMemAllocator *allocator, IMediaSample **pOut… in copy_sample()
/reactos/dll/directx/wine/quartz/
H A Dvmr9.c64 IVMRSurfaceAllocatorEx9 *allocator; member