| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
| multimap.h | 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multiset.h | 40 typename _Allocator = std::allocator<_Key> >
|
| set.h | 40 typename _Allocator = std::allocator<_Key> >
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| mheap.go | 132 // The heap is grown using a linear allocator that allocates 157 spanalloc fixalloc // allocator for span* 158 cachealloc fixalloc // allocator for mcache* 159 treapalloc fixalloc // allocator for treapNodes* used by large objects 160 specialfinalizeralloc fixalloc // allocator for specialfinalizer* 161 specialprofilealloc fixalloc // allocator for specialprofile* 200 _MSpanManual // allocated for manual management (e.g., stack allocator) 776 // growth. Since this is used by the stack allocator, stack growth [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| mheap.go | 132 // The heap is grown using a linear allocator that allocates 157 spanalloc fixalloc // allocator for span* 158 cachealloc fixalloc // allocator for mcache* 159 treapalloc fixalloc // allocator for treapNodes* used by large objects 160 specialfinalizeralloc fixalloc // allocator for specialfinalizer* 161 specialprofilealloc fixalloc // allocator for specialprofile* 200 _MSpanManual // allocated for manual management (e.g., stack allocator) 776 // growth. Since this is used by the stack allocator, stack growth [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/ |
| string.cpp | 30 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
|
| /test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
| Nfc.driver.cpp | 4 #include <android/hidl/allocator/1.0/IAllocator.h>
|
| /art/compiler/debug/ |
| elf_debug_info_writer.h | 499 LinearAlloc* allocator = Runtime::Current()->GetLinearAlloc(); local 500 void* storage = allocator->Alloc(Thread::Current(), sizeof(LengthPrefixedArray<ArtMethod>));
|
| /art/compiler/linker/arm64/ |
| relative_patcher_arm64.cc | 517 ArenaAllocator allocator(&pool); 518 arm64::Arm64Assembler assembler(&allocator);
|
| /art/compiler/optimizing/ |
| code_generator.h | 188 void Compile(CodeAllocator* allocator); 211 virtual void Finalize(CodeAllocator* allocator); [all...] |
| /art/compiler/utils/x86/ |
| assembler_x86_test.cc | 27 ArenaAllocator allocator(&pool); 28 AssemblerBuffer buffer(&allocator);
|
| /art/runtime/gc/allocator/ |
| rosalloc.h | 31 #include "base/allocator.h" 42 namespace allocator { namespace in namespace:art::gc 44 // A runs-of-slots memory allocator. 696 // The base address of the memory region that's managed by this allocator. 704 // the end of the memory region that's currently managed by this allocator. 708 // the end of the memory region that's ever managed by this allocator. 771 // Whether this allocator is running under Valgrind. 774 // The base address of the memory region that's managed by this allocator. 776 // The end address of the memory region that's managed by this allocator. 847 // If kThreadUnsafe is true then the allocator may avoid acquiring some locks as an optimization [all...] |
| /art/runtime/verifier/ |
| reg_type.h | 271 static void* operator new(size_t size, ArenaAllocator* allocator) = delete; 272 static void* operator new(size_t size, ScopedArenaAllocator* allocator); [all...] |
| /device/google/marlin/ |
| device-common.mk | 508 android.hardware.graphics.allocator@2.0-impl:64 \ 509 android.hardware.graphics.allocator@2.0-service \
|
| /external/chromium-libpac/src/ |
| proxy_resolver_v8.cc | 346 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { 766 ArrayBufferAllocator allocator; 768 create_params.array_buffer_allocator = &allocator;
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl_report.cc | 324 Allocator *a = allocator(); 333 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr);
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| vktPipelineBlendTests.cpp | [all...] |
| vktPipelineDepthTests.cpp | [all...] |
| vktPipelineMultisampleShaderBuiltInTests.cpp | 635 Allocator& allocator = m_context.getDefaultAllocator(); local 647 m_buffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, bufferSampleMaskInfo, MemoryRequirement::HostVisible)); [all...] |
| vktPipelineStencilTests.cpp | [all...] |
| /external/llvm/lib/CodeGen/ |
| LiveDebugVariables.cpp | 144 DebugLoc L, LocMap::Allocator &alloc) 283 LocMap::Allocator allocator; member in class:__anon27258::LDVImpl 473 make_unique<UserValue>(Var, Expr, Offset, IsIndirect, DL, allocator)); [all...] |
| /external/python/cpython3/Modules/ |
| _lzmamodule.c | 758 self->lzs.allocator = &self->alloc; [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| LiveDebugVariables.cpp | 138 LocMap::Allocator &alloc) 282 LocMap::Allocator allocator; member in class:__anon35947::LDVImpl 423 UserValue *UV = new UserValue(Var, Offset, DL, allocator); [all...] |
| /external/webrtc/webrtc/p2p/base/ |
| p2ptransportchannel.cc | 208 PortAllocator* allocator) 211 allocator_(allocator), 240 // Add the allocator session to our list so that we know which sessions 423 // Time for a new allocator [all...] |
| /frameworks/av/services/soundtrigger/ |
| SoundTriggerHalHidl.cpp | 20 #include <android/hidl/allocator/1.0/IAllocator.h> 36 using ::android::hidl::allocator::V1_0::IAllocator; 75 ALOGE("Failed to retrieve ashmem allocator service");
|