Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_rope.h81 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) (_Alloc_traits<_Tp,__atype>::create_allocator(__… macro
83 # define _STLP_CREATE_ALLOCATOR(__atype,__a, _Tp) __stl_alloc_create(__a,(_Tp*)0) macro