Searched refs:allocator (Results 176 - 200 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h252 void* operator new(size_t, NodeAllocator* allocator) argument
254 return allocator->allocate();
256 void destroy(NodeAllocator* allocator) argument
259 allocator->deallocate(this);
505 template<typename T, typename U, typename V> static void translate(T*& location, const U& key, const V& allocator) argument
507 location = new (allocator) T(key);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc84 PortAllocator* allocator)
86 worker_thread_(worker_thread), type_(type), allocator_(allocator),
81 Transport(talk_base::Thread* signaling_thread, talk_base::Thread* worker_thread, const std::string& type, PortAllocator* allocator) argument
H A Dp2ptransportchannel.cc62 // We will try creating a new allocator from scratch after a delay of this
165 PortAllocator *allocator) :
168 allocator_(allocator),
186 // Add the allocator session to our list so that we know which sessions
209 // Kick off an allocator session
501 // Time for a new allocator, lets make sure we have a signalling channel
684 // were writable, go into the connecting state (kick off a new allocator
691 // If we were writable, let's kick off an allocator session immediately
702 // but they were also timed out, we really need a new allocator.
708 // We weren't timed out before, so kick off an allocator no
162 P2PTransportChannel(const std::string &name, const std::string &content_type, P2PTransport* transport, PortAllocator *allocator) argument
[all...]
/external/chromium_org/v8/src/
H A Ddisassembler.cc223 HeapStringAllocator allocator; local
224 StringStream accumulator(&allocator);
H A Dcode-stubs.cc66 NoAllocationStringAllocator allocator(buffer,
68 StringStream stream(&allocator);
478 NoAllocationStringAllocator allocator(buffer,
480 StringStream stream(&allocator);
H A Dheap-snapshot-generator.h386 HeapEntriesAllocator* allocator) = 0;
389 HeapEntriesAllocator* allocator) = 0;
/external/chromium_org/v8/test/cctest/
H A Dtest-spaces.cc104 // Temporarily sets a given allocator in an isolate.
107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) argument
110 isolate->memory_allocator_ = allocator;
/external/stlport/stlport/stl/
H A D_monetary.h58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
H A D_pthread_alloc.h30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
[all...]
H A Dchar_traits.h53 template <class _Tp> class allocator;
H A D_rope.h91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
426 // an allocator.
483 // the proper allocator and the properly padded size.
705 _ROPE_SWAP_SPECIALIZATION(char, allocator<char>)
708 _ROPE_SWAP_SPECIALIZATION(wchar_t, allocator<wchar_t>)
1195 // Allocate and construct a RopeLeaf using the supplied allocator
2299 typedef rope<char, allocator<char> > crope;
2301 typedef rope<wchar_t, allocator<wchar_t> > wrope;
2357 inline void rotate(_Rope_iterator<char, allocator<char> > __first,
2358 _Rope_iterator<char, allocator<cha
[all...]
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl_iq.cc90 std::vector<XmppIqEntry*, std::allocator<XmppIqEntry*> >::iterator pos;
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl_iq.cc90 std::vector<XmppIqEntry*, std::allocator<XmppIqEntry*> >::iterator pos;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.cc329 bool RegisterSystemAllocator(SysAllocator *allocator, int priority) { argument
337 // The current system allocator
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h118 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
/external/qemu/elff/
H A Delf_file.h85 /* Gets DWARF objects allocator for this instance. */
86 class ElfAllocator* allocator() const { function in class:ElfFile
519 /* DWARF objects allocator for this instance. */
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp379 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) { argument
382 if (NULL == allocator) {
383 allocator = &stdalloc;
385 return allocator->allocPixelRef(this, ctable);
433 /** We explicitly use the same allocator for our pixels that SkMask does,
1089 // allocator/lock failed
1511 Allocator *allocator, SkIPoint* offset) const {
1536 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1560 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1510 extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator *allocator, SkIPoint* offset) const argument
/external/skia/src/core/
H A DSkBitmap.cpp379 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) { argument
382 if (NULL == allocator) {
383 allocator = &stdalloc;
385 return allocator->allocPixelRef(this, ctable);
433 /** We explicitly use the same allocator for our pixels that SkMask does,
1089 // allocator/lock failed
1511 Allocator *allocator, SkIPoint* offset) const {
1536 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1560 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1510 extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator *allocator, SkIPoint* offset) const argument
/external/v8/src/
H A Disolate.cc41 #include "lithium-allocator.h"
505 HeapStringAllocator allocator; local
507 StringStream accumulator(&allocator);
673 StringAllocator* allocator; local
675 allocator = new HeapStringAllocator();
677 allocator = preallocated_message_space_;
681 StringStream accumulator(allocator);
691 delete allocator;
/external/chromium_org/base/allocator/
H A Dallocator_extension_thunks.target.darwin-arm.mk26 base/allocator/allocator_extension_thunks.cc
H A Dallocator_extension_thunks.target.darwin-mips.mk26 base/allocator/allocator_extension_thunks.cc
H A Dallocator_extension_thunks.target.darwin-x86.mk26 base/allocator/allocator_extension_thunks.cc
H A Dallocator_extension_thunks.target.linux-arm.mk26 base/allocator/allocator_extension_thunks.cc
H A Dallocator_extension_thunks.target.linux-mips.mk26 base/allocator/allocator_extension_thunks.cc
H A Dallocator_extension_thunks.target.linux-x86.mk26 base/allocator/allocator_extension_thunks.cc

Completed in 635 milliseconds

1234567891011>>