Searched defs:allocator (Results 126 - 150 of 160) sorted by relevance

1234567

/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
309 // Kick off an allocator session
592 // When the signalling channel is ready, we can really kick off the allocator
883 // 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.cc143 PortAllocator* allocator)
148 allocator_(allocator),
139 Transport(rtc::Thread* signaling_thread, rtc::Thread* worker_thread, const std::string& content_name, const std::string& type, PortAllocator* allocator) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc236 BasicPortAllocator *allocator,
242 ice_ufrag, ice_pwd, allocator->flags()),
243 allocator_(allocator), network_thread_(NULL),
244 socket_factory_(allocator->socket_factory()),
511 LOG_J(LS_INFO, port) << "Added port to allocator";
678 LOG_J(LS_INFO, port) << "Removed port from allocator ("
760 rtc::SocketAddress(ip_, 0), session_->allocator()->min_port(),
761 session_->allocator()->max_port()));
867 session_->allocator()->step_delay(),
911 session_->allocator()
235 BasicPortAllocatorSession( BasicPortAllocator *allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp269 bool SkBitmap::tryAllocPixels(Allocator* allocator, SkColorTable* ctable) { argument
272 if (NULL == allocator) {
273 allocator = &stdalloc;
275 return allocator->allocPixelRef(this, ctable);
409 /** We explicitly use the same allocator for our pixels that SkMask does,
950 // allocator/lock failed
1092 Allocator *allocator, SkIPoint* offset) const {
1116 if (!tmpBitmap.tryAllocPixels(allocator, NULL)) {
1140 if (!tmpBitmap.tryAllocPixels(allocator, NULL)) {
1091 extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator *allocator, SkIPoint* offset) const argument
H A DSkBlitter_RGB16.cpp1032 SkTBlitterAllocator* allocator) {
1033 SkASSERT(allocator != NULL);
1045 blitter = allocator->createT<SkRGB16_Shader_Xfermode_Blitter>(device, paint,
1048 blitter = allocator->createT<SkRGB16_Shader16_Blitter>(device, paint, shaderContext);
1050 blitter = allocator->createT<SkRGB16_Shader_Blitter>(device, paint, shaderContext);
1056 blitter = allocator->createT<SkNullBlitter>();
1059 blitter = allocator->createT<SkRGB16_Black_Blitter>(device, paint);
1062 blitter = allocator->createT<SkRGB16_Opaque_Blitter>(device, paint);
1064 blitter = allocator->createT<SkRGB16_Blitter>(device, paint);
1030 SkBlitter_ChooseD565(const SkBitmap& device, const SkPaint& paint, SkShader::Context* shaderContext, SkTBlitterAllocator* allocator) argument
H A DSkDraw.cpp1265 SkTBlitterAllocator allocator; local
1266 // blitter will be owned by the allocator.
1268 ix, iy, &allocator);
1319 SkTBlitterAllocator allocator; local
1320 // blitter will be owned by the allocator.
1322 x, y, &allocator);
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc12 // Implementation of ASan's memory allocator, 2-nd version.
13 // This variant uses the allocator from sanitizer_common, i.e. the one shared
60 static Allocator allocator; member in namespace:__asan
68 // Every chunk of memory allocated by this allocator can be in one of 3 states:
107 // The memory chunk allocated from the underlying allocator looks like this:
160 allocator.GetMetaData(AllocBeg(locked_version)));
165 return allocator.GetBlockBeginFastLocked(
167 return allocator.GetBlockBegin(reinterpret_cast<void *>(this));
249 // Clear the magic value, as allocator internals may overwrite the
260 allocator
[all...]
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp285 LocMap::Allocator allocator; member in class:__anon25756::LDVImpl
436 make_unique<UserValue>(Var, Offset, IsIndirect, DL, allocator));
/external/qemu/include/ui/
H A Dconsole.h215 struct DisplayAllocator* allocator; member in struct:DisplayState
241 return ds->allocator->create_displaysurface(width, height);
246 return ds->allocator->resize_displaysurface(ds->surface, width, height);
251 ds->allocator->free_displaysurface(ds->surface);
/external/skia/src/core/
H A DSkBitmap.cpp358 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) { argument
361 if (NULL == allocator) {
362 allocator = &stdalloc;
364 return allocator->allocPixelRef(this, ctable);
469 /** We explicitly use the same allocator for our pixels that SkMask does,
966 // allocator/lock failed
1147 Allocator *allocator, SkIPoint* offset) const {
1171 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1195 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1146 extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator *allocator, SkIPoint* offset) const argument
H A DSkBlitter_RGB16.cpp1022 SkTBlitterAllocator* allocator) {
1023 SkASSERT(allocator != NULL);
1035 blitter = allocator->createT<SkRGB16_Shader_Xfermode_Blitter>(device, paint,
1038 blitter = allocator->createT<SkRGB16_Shader16_Blitter>(device, paint, shaderContext);
1040 blitter = allocator->createT<SkRGB16_Shader_Blitter>(device, paint, shaderContext);
1046 blitter = allocator->createT<SkNullBlitter>();
1049 blitter = allocator->createT<SkRGB16_Black_Blitter>(device, paint);
1052 blitter = allocator->createT<SkRGB16_Opaque_Blitter>(device, paint);
1054 blitter = allocator->createT<SkRGB16_Blitter>(device, paint);
1020 SkBlitter_ChooseD565(const SkBitmap& device, const SkPaint& paint, SkShader::Context* shaderContext, SkTBlitterAllocator* allocator) argument
/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.cc574 google_breakpad::PageAllocator allocator; local
576 char* log_path = reinterpret_cast<char*>(allocator.Alloc(log_path_len + 1));
894 void LoadDataFromFD(google_breakpad::PageAllocator& allocator, argument
905 *file_data = reinterpret_cast<uint8_t*>(allocator.Alloc(st.st_size));
929 void LoadDataFromFile(google_breakpad::PageAllocator& allocator, argument
943 LoadDataFromFD(allocator, *fd, true, file_data, size);
956 google_breakpad::PageAllocator* allocator) {
993 char* const header = reinterpret_cast<char*>(allocator->Alloc(
1003 char* const post_file = reinterpret_cast<char*>(allocator->Alloc(
1133 google_breakpad::PageAllocator* allocator) {
952 ExecUploadProcessOrTerminate(const BreakpadInfo& info, const char* dumpfile, const char* mime_boundary, const char* exe_buf, google_breakpad::PageAllocator* allocator) argument
1132 GetCrashingProcessName(const BreakpadInfo& info, google_breakpad::PageAllocator* allocator) argument
1166 google_breakpad::PageAllocator allocator; local
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp2058 SkTBlitterAllocator* allocator) {
2075 return allocator->createT<
2057 CreateASTCBlitter(int width, int height, void* outputBuffer, SkTBlitterAllocator* allocator) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc241 // accidentally left by the memory allocator.
734 // (In particular we test that there's no complex STL's own allocator
735 // running on top of our allocator with hooks to heap profiler
760 // (In particular we test that there's no complex STL's own allocator
761 // running on top of our allocator with hooks to heap profiler
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) { argument
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler)
798 allocator.deallocate(ptrs[i], i*3+1);
1473 DTSL(std::allocator<cha
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc241 // accidentally left by the memory allocator.
734 // (In particular we test that there's no complex STL's own allocator
735 // running on top of our allocator with hooks to heap profiler
760 // (In particular we test that there's no complex STL's own allocator
761 // running on top of our allocator with hooks to heap profiler
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) { argument
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler)
798 allocator.deallocate(ptrs[i], i*3+1);
1473 DTSL(std::allocator<cha
[all...]
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc5 #include "src/compiler/register-allocator.h"
1363 PrintF("Register allocator error: live v%d reached first block.\n",
2210 RegisterAllocator* allocator)
2211 : CompilationPhase(name, allocator->code()->linkage()->info()),
2212 allocator_(allocator) {
2215 allocator->zone()->allocation_size();
2209 RegisterAllocatorPhase(const char* name, RegisterAllocator* allocator) argument
/external/chromium_org/v8/src/heap/
H A Dmark-compact.h332 INLINE(static bool AddTo(SlotsBufferAllocator* allocator, argument
338 allocator->DeallocateChain(buffer_address);
341 buffer = allocator->AllocateBuffer(buffer);
350 static bool AddTo(SlotsBufferAllocator* allocator,
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc9 #include "src/lithium-allocator-inl.h"
2166 LAllocatorPhase::LAllocatorPhase(const char* name, LAllocator* allocator) argument
2167 : CompilationPhase(name, allocator->graph()->info()),
2168 allocator_(allocator) {
2171 allocator->zone()->allocation_size();
H A Ddeoptimizer.cc20 static MemoryChunk* AllocateCodeChunk(MemoryAllocator* allocator) { argument
21 return allocator->AllocateChunk(Deoptimizer::GetMaxDeoptTableSize(),
34 DeoptimizerData::DeoptimizerData(MemoryAllocator* allocator) argument
35 : allocator_(allocator),
40 deopt_entry_code_[i] = AllocateCodeChunk(allocator);
H A Disolate.cc25 #include "src/lithium-allocator.h"
265 HeapStringAllocator allocator; local
267 StringStream accumulator(&allocator);
563 HeapStringAllocator allocator; local
564 StringStream accumulator(&allocator);
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1208 FunctionDecl *allocator = E->getOperatorNew(); local
1210 allocator->getType()->castAs<FunctionProtoType>();
1239 // Emit the allocation call. If the allocator is a global placement
1242 if (allocator->isReservedGlobalPlacementOperator()) {
1248 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h10 // Specialized memory allocator for ThreadSanitizer, MemorySanitizer, etc.
42 // This class also gives a hint to a thread-caching allocator about the amount
199 // Memory allocator statistics
294 // SizeClassAllocator64 -- allocator for 64-bit address space.
449 // The allocator must be locked when calling this function.
660 // SizeClassAllocator32 -- allocator for 32-bit address space.
661 // This allocator can theoretically be used on 64-bit arch, but there it is less
672 // 0 size class means the region is not used by the allocator.
802 // The allocator must be locked when calling this function.
907 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStat argument
913 Allocate(SizeClassAllocator *allocator, uptr class_id) argument
925 Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) argument
939 Drain(SizeClassAllocator *allocator) argument
967 Refill(SizeClassAllocator *allocator, uptr class_id) argument
979 Drain(SizeClassAllocator *allocator, uptr class_id) argument
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h10 #include "src/lithium-allocator.h"
246 // Interface to the register allocator and iterators.
253 // Interface to the register allocator and iterators.
2760 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) argument
2765 allocator_(allocator) {}
2813 // instruction. This means that register allocator will not reuse it's
2816 // instruction start. Register allocator is free to assign the same register
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h10 #include "src/lithium-allocator.h"
247 // Interface to the register allocator and iterators.
2752 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) argument
2757 allocator_(allocator) {}
2799 // instruction. This means that register allocator will not reuse it's
2802 // instruction start. Register allocator is free to assign the same register
2862 // Marks a call for the register allocator. Assigns a pointer map to
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h10 #include "src/lithium-allocator.h"
243 // Interface to the register allocator and iterators.
250 // Interface to the register allocator and iterators.
2720 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) argument
2725 allocator_(allocator) {}
2771 // instruction. This means that register allocator will not reuse it's
2774 // instruction start. Register allocator is free to assign the same register

Completed in 713 milliseconds

1234567