Searched refs:allocator (Results 226 - 250 of 299) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dvector_test.cpp506 /* This allocator implementation purpose is simply to break some
507 * internal STLport mecanism specific to the STLport own allocator
510 struct NotSTLportAllocator : public allocator<_Tp> {
H A Dtype_traits_test.cpp587 CPPUNIT_CHECK( is_stlport_class(allocator<char>()) == 1 );
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc158 PortAllocator *allocator) :
161 allocator_(allocator),
184 // Add the allocator session to our list so that we know which sessions
303 // Kick off an allocator session
571 // When the signalling channel is ready, we can really kick off the allocator
828 // Time for a new allocator, lets make sure we have a signalling channel
155 P2PTransportChannel(const std::string& content_name, int component, P2PTransport* transport, PortAllocator *allocator) argument
H A Dtransport.cc117 PortAllocator* allocator)
122 allocator_(allocator),
113 Transport(talk_base::Thread* signaling_thread, talk_base::Thread* worker_thread, const std::string& content_name, const std::string& type, PortAllocator* allocator) argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc326 if (allocator()->PointerIsMine((void*)addr)
333 loc->addr = (uptr)allocator()->GetBlockBegin((void*)addr);
H A Dtsan_rtl.h136 Allocator *allocator();
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp280 LocMap::Allocator allocator; member in class:__anon21136::LDVImpl
430 UserValue *UV = new UserValue(Var, Offset, IsIndirect, DL, allocator);
/external/stlport/stlport/stl/
H A D_bvector.h318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
H A D_hash_set.h44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
H A D_num_get.c452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
H A D_vector.h108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
H A D_rope.c312 // allocator instances if we need them.
1387 _Rope_iterator<wchar_t, allocator<char> > __first,
1388 _Rope_iterator<wchar_t, allocator<char> > __middle,
1389 _Rope_iterator<wchar_t, allocator<char> > __last) {
H A D_num_put.c389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename();
/external/v8/
H A DAndroid.v8common.mk57 src/lithium-allocator.cc \
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc29 #include "lithium-allocator-inl.h"
2178 LAllocatorPhase::LAllocatorPhase(const char* name, LAllocator* allocator) argument
2179 : CompilationPhase(name, allocator->graph()->info()),
2180 allocator_(allocator) {
2183 allocator->zone()->allocation_size();
/external/chromium_org/webkit/child/
H A Dwebkitplatformsupport_impl.cc11 #include "base/allocator/allocator_extension.h"
862 return base::allocator::GetAllocatorWasteSize(size);
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1198 FunctionDecl *allocator = E->getOperatorNew(); local
1200 allocator->getType()->castAs<FunctionProtoType>();
1252 // Emit the allocation call. If the allocator is a global placement
1255 if (allocator->isReservedGlobalPlacementOperator()) {
1261 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h455 /// Allocator - The recycling allocator used for both branch and leaf nodes.
457 /// reasonably sized entries, so the same allocator can be shared among
972 // ensured by the allocator member in the class, but still verified in the
987 Allocator &allocator;
1022 return new(allocator.template Allocate<NodeT>()) NodeT();
1027 allocator.Deallocate(P);
1053 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) {
/external/stlport/stlport/stl/config/
H A Dfeatures.h349 class _Alloc = allocator< pair < _Key, _Tp > >
/external/stlport/stlport/stl/debug/
H A D_list.h56 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.arm.host.darwin-arm.mk107 v8/src/lithium-allocator.cc \
H A Dv8_base.arm.host.linux-arm.mk107 v8/src/lithium-allocator.cc \
H A Dv8_base.ia32.host.darwin-x86.mk107 v8/src/lithium-allocator.cc \
H A Dv8_base.ia32.host.linux-x86.mk107 v8/src/lithium-allocator.cc \
H A Dv8_base.mipsel.host.darwin-mips.mk107 v8/src/lithium-allocator.cc \

Completed in 427 milliseconds

1234567891011>>