Home
last modified time | relevance | path

Searched refs:Allocation (Results 1 – 25 of 178) sorted by relevance

12345678

/external/valgrind/drd/tests/
Dtc19_shadowmem.stderr.exp-64bit12 Address 0x........ is at offset 0 from 0x......... Allocation context:
21 Address 0x........ is at offset 1 from 0x......... Allocation context:
30 Address 0x........ is at offset 2 from 0x......... Allocation context:
39 Address 0x........ is at offset 3 from 0x......... Allocation context:
48 Address 0x........ is at offset 4 from 0x......... Allocation context:
57 Address 0x........ is at offset 5 from 0x......... Allocation context:
66 Address 0x........ is at offset 6 from 0x......... Allocation context:
75 Address 0x........ is at offset 7 from 0x......... Allocation context:
84 Address 0x........ is at offset 8 from 0x......... Allocation context:
93 Address 0x........ is at offset 9 from 0x......... Allocation context:
[all …]
Dtc19_shadowmem.stderr.exp-32bit12 Address 0x........ is at offset 0 from 0x......... Allocation context:
21 Address 0x........ is at offset 1 from 0x......... Allocation context:
30 Address 0x........ is at offset 2 from 0x......... Allocation context:
39 Address 0x........ is at offset 3 from 0x......... Allocation context:
48 Address 0x........ is at offset 4 from 0x......... Allocation context:
57 Address 0x........ is at offset 5 from 0x......... Allocation context:
66 Address 0x........ is at offset 6 from 0x......... Allocation context:
75 Address 0x........ is at offset 7 from 0x......... Allocation context:
84 Address 0x........ is at offset 8 from 0x......... Allocation context:
93 Address 0x........ is at offset 9 from 0x......... Allocation context:
[all …]
Dtc22_exit_w_lock.stderr.exp-32bit8 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
20 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
32 Allocation context: stack_used (offset 4, size 8) in libpthread-?.?.so, libpthread.so.0:Data
44 Allocation context: stack_used (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data
56 Allocation context: stack_cache (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data
68 Allocation context: stack_cache (offset 4, size 8) in libpthread-?.?.so, libpthread.so.0:Data
80 Allocation context: stack_cache_actsize (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
92 Allocation context: stack_cache (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data
104 Allocation context: stack_cache_actsize (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
116 Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS
[all …]
Dhg05_race2.stderr.exp-powerpc6 Allocation context: unknown.
15 Allocation context: unknown.
Dtc21_pthonce.stderr.exp7 Allocation context: BSS section of tc21_pthonce
17 Allocation context: BSS section of tc21_pthonce
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp51 class Allocation class
54 virtual ~Allocation (void);
66 Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr);
117 …virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alig…
118 …virtual de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequi…
127 …de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignme…
128 …de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirem…
136 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
137 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
DvkMemUtil.cpp91 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() function in vk::Allocation
98 Allocation::~Allocation (void) in ~Allocation()
139 class SimpleAllocation : public Allocation
151 : Allocation (*mem, (VkDeviceSize)0, hostPtr ? hostPtr->get() : DE_NULL) in SimpleAllocation()
168 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize … in allocate()
178 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr)); in allocate()
181 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryRequirements& memReqs, MemoryRequireme… in allocate()
201 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr)); in allocate()
204 static MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, in allocateDedicated()
230 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr)); in allocateDedicated()
[all …]
DvkImageWithMemory.hpp52 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
56 const de::UniquePtr<vk::Allocation> m_allocation;
DvkBufferWithMemory.hpp53 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
57 const de::UniquePtr<vk::Allocation> m_allocation;
/external/swiftshader/src/Common/
DMemory.cpp60 struct Allocation struct
68 unsigned char *block = new unsigned char[bytes + sizeof(Allocation) + alignment]; in allocateRaw()
73 …aligned = (unsigned char*)((uintptr_t)(block + sizeof(Allocation) + alignment - 1) & -(intptr_t)al… in allocateRaw()
74 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw()
100 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate()
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java40 private final ImmutableMultiset<Allocation> allocations;
48 this(allocationCount, allocationSize, reps, ImmutableMultiset.<Allocation>of()); in AllocationStats()
55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats()
56 this(allocations.size(), Allocation.getTotalSize(allocations), reps, in AllocationStats()
61 Multiset<Allocation> allocations) { in AllocationStats()
85 for (Entry<Allocation> entry : baseline.allocations.entrySet()) { in minus()
129 for (Entry<Allocation> entry : allocations.entrySet()) { in toMeasurements()
182 private final Multiset<Allocation> additions;
183 private final Multiset<Allocation> removals;
189 Multiset<Allocation> additions, in Delta()
[all …]
DAllocation.java33 final class Allocation { class
42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize()
44 for (Allocation allocation : allocations) { in getTotalSize()
54 Allocation(String description, long size, List<StackTraceElement> location) { in Allocation() method in Allocation
65 if (obj instanceof Allocation) { in equals()
66 Allocation other = (Allocation) obj; in equals()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.hpp36 class Allocation;
56 de::MovePtr<Allocation>& memory) const = 0;
68 de::MovePtr<Allocation>& memory) const; // override
80 de::MovePtr<Allocation>& memory) const; // override
92 de::MovePtr<Allocation>& memory) const = 0;
104 de::MovePtr<Allocation>& memory) const; // override
116 de::MovePtr<Allocation>& memory) const; // override
DvktApiBufferAndImageAllocationUtil.cpp47 de::MovePtr<Allocation>& memory) const in createTestBuffer()
75 de::MovePtr<Allocation>& memory) const in createTestBuffer()
114 de::MovePtr<Allocation>& memory) const in createTestImage()
150 de::MovePtr<Allocation>& memory) const in createTestImage()
DvktApiComputeInstanceResultBuffer.hpp63 de::MovePtr<vk::Allocation>* outAllocation,
71 de::MovePtr<vk::Allocation> m_bufferMem;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.hpp48 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
52 const de::UniquePtr<vk::Allocation> m_allocation;
69 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
73 const de::UniquePtr<vk::Allocation> m_allocation;
89 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
90 de::MovePtr<vk::Allocation> bindBuffer (const vk::DeviceInterface& vk, const vk::VkDevice devic…
91 de::MovePtr<vk::Allocation> bindImageDedicated (const vk::InstanceInterface& vki, const vk::Devic…
92 de::MovePtr<vk::Allocation> bindBufferDedicated (const vk::InstanceInterface& vki, const vk::Devi…
DvktPipelineMakeUtil.cpp282 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage()
284 …MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requ… in bindImage()
289 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer()
291 …MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requ… in bindBuffer()
296 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, c… in bindImageDedicated()
298 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated()
303 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, … in bindBufferDedicated()
305 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.hpp51 void bindMemory (de::MovePtr<vk::Allocation> allocation);
54 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory()
61 de::MovePtr<vk::Allocation> m_allocation;
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp70 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
74 const de::UniquePtr<vk::Allocation> m_allocation;
98 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
102 const de::UniquePtr<vk::Allocation> m_allocation;
179 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice devic…
180 de::MovePtr<vk::Allocation> bindBuffer (const vk::DeviceInterface& vk, const vk::VkDevice devi…
190 … (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::Allocation& alloc, const vk…
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp154 de::MovePtr<vk::Allocation> m_textureImageMemory;
211 de::MovePtr<vk::Allocation> m_imageMemory;
215 de::MovePtr<vk::Allocation> m_resolvedImageMemory;
225 de::MovePtr<vk::Allocation> m_uniformBufferMemory;
229 de::MovePtr<vk::Allocation> m_vertexIndexBufferMemory;
236 de::MovePtr<vk::Allocation> m_resultBufferMemory;
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.hpp50 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
53 de::MovePtr<vk::Allocation> m_allocation;
71 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
74 de::MovePtr<vk::Allocation> m_allocation;
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp256 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage()
258 …MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requ… in bindImage()
263 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer()
265 …MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requ… in bindBuffer()
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.h252 struct Allocation { struct
263 Allocation operator*() const; argument
292 bool Get(const void* address, Allocation* out_allocation) const;
345 Allocation GetAllocation(AllocationMap::KVIndex) const;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp78 std::vector<de::SharedPtr<vk::Allocation> > allocateAndBindImageMemory (const vk::DeviceInterface& …
99 const std::vector<de::SharedPtr<vk::Allocation> >& memory,
117 const std::vector<de::SharedPtr<vk::Allocation> >& memory,
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp54 de::MovePtr<vk::Allocation> allocation) in Buffer()
62 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
66 const de::UniquePtr<vk::Allocation> m_allocation;
87 de::MovePtr<vk::Allocation>& allocation) in Image()
95 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
99 const de::UniquePtr<vk::Allocation> m_allocation;

12345678