/art/compiler/optimizing/ |
nodes.cc | 2098 ArenaAllocator* allocator = outer_graph->GetArena(); local 2691 ArenaAllocator* allocator = GetArena(); local [all...] |
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 43 #include "gc/allocator/dlmalloc.h" 96 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); local 101 allocator); 123 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local 129 allocator);
|
/art/runtime/openjdkjvmti/ |
jvmti_weak_table.h | 189 template <typename Storage, class Allocator = std::allocator<T>>
|
/device/google/marlin/camera/QCamera2/HAL/ |
QCameraStream.h | 57 QCameraStream(QCameraAllocator &allocator,
|
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraStream.h | 52 QCameraStream(QCameraAllocator &allocator,
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraStream.h | 52 QCameraStream(QCameraAllocator &allocator,
|
/device/linaro/hikey/ |
device-common.mk | 58 android.hardware.graphics.allocator@2.0-impl \
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-objc.h | 121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkAllocationCallbackUtil.cpp | 35 // System default allocator 229 AllocationCallbackRecorder::AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint) 230 : ChainedAllocator (allocator) 280 DeterministicFailAllocator::DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs) 281 : ChainedAllocator (allocator)
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineRenderToImageTests.cpp | 559 Allocator& allocator = context.getDefaultAllocator(); local 573 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible)); 594 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); 603 vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisible); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.cpp | 510 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) 512 de::MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); 517 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) 519 de::MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requirement)); [all...] |
/external/dng_sdk/source/ |
dng_camera_profile.h | 868 void BuildHueSatMapEncodingTable (dng_memory_allocator &allocator,
|
dng_lens_correction.h | 621 dng_memory_allocator &allocator);
|
dng_negative.h | 279 dng_memory_allocator &allocator); 285 virtual dng_metadata * Clone (dng_memory_allocator &allocator) const; 327 void RebuildIPTC (dng_memory_allocator &allocator, 385 dng_memory_block * BuildExifBlock (dng_memory_allocator &allocator, 545 // The negative stores an associated allocator. It does not do 547 // Hence, clients will need to make sure that the allocator's lifespan 847 /// Provide access to the memory allocator used for this object. 849 dng_memory_allocator & Allocator () const [all...] |
dng_stream.h | 212 /// \param allocator Allocator used to allocate memory. 214 dng_memory_block * AsMemoryBlock (dng_memory_allocator &allocator);
|
/external/eigen/Eigen/src/Core/util/ |
Memory.h | 161 eigen_assert((size<16 || (std::size_t(result)%16)==0) && "System's malloc returned an unaligned pointer. Compile with EIGEN_MALLOC_ALREADY_ALIGNED=0 to fallback to handmade alignd memory allocator."); 699 * \brief STL compatible allocator to use with with 16 byte aligned types 706 * // Vector3f does not require 16 bytes alignment, no need to use Eigen's allocator: 713 class aligned_allocator : public std::allocator<T> 730 aligned_allocator() : std::allocator<T>() {} 732 aligned_allocator(const aligned_allocator& other) : std::allocator<T>(other) {} 735 aligned_allocator(const aligned_allocator<U>& other) : std::allocator<T>(other) {} [all...] |
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
construct_types.pass.cpp | 102 // NotUsesAllocator provides valid signatures for each uses-allocator 130 // doing non-pmr uses-allocator construction. 163 using STDA = std::allocator<char>;
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
PR22806_constrain_tuple_like_ctor.pass.cpp | 94 std::allocator<int> A; 121 { // rvalue reference via uses-allocator 126 { // const lvalue reference via uses-allocator 135 { // lvalue reference via uses-allocator 141 { // const rvalue reference via uses-allocator
|
/external/skia/src/core/ |
SkCoreBlitters.h | 202 SkArenaAlloc* allocator);
|
/external/v8/src/compiler/ |
jump-threading.cc | 97 // to build a frame or not in the register allocator, and trickle it 146 Zone local_zone(code->isolate()->allocator(), ZONE_NAME);
|
/external/v8/src/ |
handles.cc | 122 : isolate_(isolate), zone_(isolate->allocator(), ZONE_NAME) {
|
/external/webrtc/talk/app/webrtc/ |
peerconnectioninterface.h | 531 rtc::scoped_ptr<cricket::PortAllocator> allocator,
|
/external/webrtc/webrtc/libjingle/xmpp/ |
xmppengineimpl_iq.cc | 73 std::vector<XmppIqEntry*, std::allocator<XmppIqEntry*> >::iterator pos;
|
/external/webrtc/webrtc/p2p/base/ |
p2ptransportchannel.h | 71 PortAllocator* allocator);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_map.h | 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 135 * @param __a An allocator object. 152 * @param __a An allocator object. 179 * @param __a An allocator object. 218 /// Returns the allocator object with which the %unordered_map was 502 * @param __x An %unordered_map of the same element and allocator [all...] |