Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/external/pcre/dist2/testdata/
Dtestoutput8-16-313 Memory allocation (code space): 32
24 Memory allocation (code space): 48
39 Memory allocation (code space): 46
54 Memory allocation (code space): 50
64 Memory allocation (code space): 14
76 Memory allocation (code space): 18
89 Memory allocation (code space): 18
98 Memory allocation (code space): 18
107 Memory allocation (code space): 24
117 Memory allocation (code space): 34
[all …]
Dtestoutput8-16-213 Memory allocation (code space): 24
24 Memory allocation (code space): 38
39 Memory allocation (code space): 36
54 Memory allocation (code space): 46
64 Memory allocation (code space): 10
76 Memory allocation (code space): 14
89 Memory allocation (code space): 14
98 Memory allocation (code space): 14
107 Memory allocation (code space): 20
117 Memory allocation (code space): 26
[all …]
Dtestoutput8-32-213 Memory allocation (code space): 48
24 Memory allocation (code space): 76
39 Memory allocation (code space): 72
54 Memory allocation (code space): 60
64 Memory allocation (code space): 20
76 Memory allocation (code space): 28
89 Memory allocation (code space): 28
98 Memory allocation (code space): 28
107 Memory allocation (code space): 40
117 Memory allocation (code space): 52
[all …]
Dtestoutput8-32-313 Memory allocation (code space): 48
24 Memory allocation (code space): 76
39 Memory allocation (code space): 72
54 Memory allocation (code space): 60
64 Memory allocation (code space): 20
76 Memory allocation (code space): 28
89 Memory allocation (code space): 28
98 Memory allocation (code space): 28
107 Memory allocation (code space): 40
117 Memory allocation (code space): 52
[all …]
Dtestoutput8-8-313 Memory allocation (code space): 21
24 Memory allocation (code space): 30
39 Memory allocation (code space): 28
54 Memory allocation (code space): 43
64 Memory allocation (code space): 9
76 Memory allocation (code space): 11
89 Memory allocation (code space): 11
98 Memory allocation (code space): 11
107 Memory allocation (code space): 15
117 Memory allocation (code space): 22
[all …]
Dtestoutput8-32-413 Memory allocation (code space): 48
24 Memory allocation (code space): 76
39 Memory allocation (code space): 72
54 Memory allocation (code space): 60
64 Memory allocation (code space): 20
76 Memory allocation (code space): 28
89 Memory allocation (code space): 28
98 Memory allocation (code space): 28
107 Memory allocation (code space): 40
117 Memory allocation (code space): 52
[all …]
Dtestoutput8-8-213 Memory allocation (code space): 17
24 Memory allocation (code space): 25
39 Memory allocation (code space): 23
54 Memory allocation (code space): 41
64 Memory allocation (code space): 7
76 Memory allocation (code space): 9
89 Memory allocation (code space): 9
98 Memory allocation (code space): 9
107 Memory allocation (code space): 13
117 Memory allocation (code space): 18
[all …]
Dtestoutput8-8-413 Memory allocation (code space): 25
24 Memory allocation (code space): 35
39 Memory allocation (code space): 33
54 Memory allocation (code space): 45
64 Memory allocation (code space): 11
76 Memory allocation (code space): 13
89 Memory allocation (code space): 13
98 Memory allocation (code space): 13
107 Memory allocation (code space): 17
117 Memory allocation (code space): 26
[all …]
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc51 MemoryLogTensorAllocation allocation; in RecordTensorAllocation() local
52 allocation.set_step_id(step_id); in RecordTensorAllocation()
53 allocation.set_kernel_name(kernel_name); in RecordTensorAllocation()
54 tensor.FillDescription(allocation.mutable_tensor()); in RecordTensorAllocation()
55 OutputToLog(allocation); in RecordTensorAllocation()
80 MemoryLogRawAllocation allocation; in RecordRawAllocation() local
81 allocation.set_step_id(step_id); in RecordRawAllocation()
82 allocation.set_operation(operation); in RecordRawAllocation()
83 allocation.set_num_bytes(static_cast<int64>(num_bytes)); in RecordRawAllocation()
84 allocation.set_ptr(reinterpret_cast<uintptr_t>(ptr)); in RecordRawAllocation()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc240 if (result.allocation() == nullptr) { in GetUniqueSlice()
252 if (result.allocation() == nullptr) { in GetUniqueSlice()
319 BufferAllocation* allocation = &allocations_.back(); in NewEmptyAllocation() local
320 return allocation; in NewEmptyAllocation()
327 BufferAllocation* allocation = in NewAllocation() local
329 AddAssignment(allocation, buffer, /*offset=*/0, size); in NewAllocation()
330 return allocation; in NewAllocation()
334 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment() argument
339 CHECK(allocation->is_reusable() || allocation->assigned_buffers().empty()) in AddAssignment()
344 allocation->AddAssignment(buffer, offset, size); in AddAssignment()
[all …]
/external/expat/tests/
Dmemcheck.c46 void * allocation; member
67 entry->allocation = malloc(size); in tracking_malloc()
68 if (entry->allocation == NULL) { in tracking_malloc()
84 return entry->allocation; in tracking_malloc()
93 if (entry->allocation == ptr) { in find_allocation()
154 entry->allocation = realloc(ptr, size); in tracking_realloc()
155 if (entry->allocation == NULL) { in tracking_realloc()
171 entry->allocation = realloc(ptr, size); in tracking_realloc()
172 if (entry->allocation == NULL) { in tracking_realloc()
174 entry->allocation = ptr; in tracking_realloc()
[all …]
/external/valgrind/memcheck/tests/amd64-solaris/
Dcontext_sse.stderr.exp3 Uninitialised value was created by a heap allocation
9 Uninitialised value was created by a heap allocation
15 Uninitialised value was created by a heap allocation
21 Uninitialised value was created by a heap allocation
27 Uninitialised value was created by a heap allocation
33 Uninitialised value was created by a heap allocation
39 Uninitialised value was created by a heap allocation
45 Uninitialised value was created by a heap allocation
51 Uninitialised value was created by a heap allocation
57 Uninitialised value was created by a heap allocation
[all …]
Dcontext_fpu.stderr.exp3 Uninitialised value was created by a heap allocation
9 Uninitialised value was created by a heap allocation
15 Uninitialised value was created by a heap allocation
21 Uninitialised value was created by a heap allocation
27 Uninitialised value was created by a heap allocation
33 Uninitialised value was created by a heap allocation
39 Uninitialised value was created by a heap allocation
45 Uninitialised value was created by a heap allocation
51 Uninitialised value was created by a heap allocation
57 Uninitialised value was created by a heap allocation
[all …]
/external/valgrind/memcheck/tests/x86-solaris/
Dcontext_fpu.stderr.exp3 Uninitialised value was created by a heap allocation
9 Uninitialised value was created by a heap allocation
15 Uninitialised value was created by a heap allocation
21 Uninitialised value was created by a heap allocation
27 Uninitialised value was created by a heap allocation
33 Uninitialised value was created by a heap allocation
39 Uninitialised value was created by a heap allocation
45 Uninitialised value was created by a heap allocation
51 Uninitialised value was created by a heap allocation
57 Uninitialised value was created by a heap allocation
[all …]
Dcontext_sse.stderr.exp3 Uninitialised value was created by a heap allocation
9 Uninitialised value was created by a heap allocation
15 Uninitialised value was created by a heap allocation
21 Uninitialised value was created by a heap allocation
27 Uninitialised value was created by a heap allocation
33 Uninitialised value was created by a heap allocation
39 Uninitialised value was created by a heap allocation
45 Uninitialised value was created by a heap allocation
51 Uninitialised value was created by a heap allocation
57 Uninitialised value was created by a heap allocation
[all …]
/external/webrtc/webrtc/call/
Dbitrate_allocator.cc43 ObserverBitrateMap allocation = AllocateBitrates(); in OnNetworkChanged() local
44 for (const auto& kv : allocation) { in OnNetworkChanged()
88 ObserverBitrateMap allocation = AllocateBitrates(); in AddBitrateObserver() local
90 for (auto& kv : allocation) { in AddBitrateObserver()
150 ObserverBitrateMap allocation; in NormalRateAllocation() local
163 allocation[max_it->second.observer] = max_it->first; in NormalRateAllocation()
165 allocation[max_it->second.observer] = observer_allowance; in NormalRateAllocation()
171 return allocation; in NormalRateAllocation()
176 ObserverBitrateMap allocation; in LowRateAllocation() local
180 allocation[observer.first] = observer.second.min_bitrate; in LowRateAllocation()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp65 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::… in createDataBuffer() local
67 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createDataBuffer()
69 void* const mapPtr = allocation->getHostPtr(); in createDataBuffer()
78 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize); in createDataBuffer()
80 *outAllocation = allocation; in createDataBuffer()
112 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createColorDataBuffer() local
114 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createColorDataBuffer()
116 void* mapPtr = allocation->getHostPtr(); in createColorDataBuffer()
126 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize); in createColorDataBuffer()
128 *outAllocation = allocation; in createColorDataBuffer()
DvktApiComputeInstanceResultBuffer.cpp79 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createResultBuffer() local
81 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset())); in createResultBuffer()
84 void* mapPtr = allocation->getHostPtr(); in createResultBuffer()
89 …flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), (VkDeviceSiz… in createResultBuffer()
91 *outAllocation = allocation; in createResultBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc67 const BufferAllocation& allocation = buffer_assignment.GetAllocation(i); in Build() local
68 if (allocation.maybe_live_out() || allocation.IsPreallocatedTempBuffer()) { in Build()
69 const int64 buffer_size = allocation.size(); in Build()
90 if (allocation.IsPreallocatedTempBuffer()) { in Build()
118 const BufferAllocation& allocation = buffer_assignment.GetAllocation(i); in TearDown() local
119 se::DeviceMemoryBase buffer_address = GetDeviceAddress(allocation.index()); in TearDown()
122 if ((allocation.maybe_live_out() && in TearDown()
124 allocation.IsPreallocatedTempBuffer()) { in TearDown()
/external/valgrind/memcheck/tests/
Dorigin4-many.stderr.exp3 Uninitialised value was created by a heap allocation
9 Uninitialised value was created by a heap allocation
15 Uninitialised value was created by a heap allocation
21 Uninitialised value was created by a heap allocation
27 Uninitialised value was created by a heap allocation
33 Uninitialised value was created by a heap allocation
39 Uninitialised value was created by a heap allocation
45 Uninitialised value was created by a heap allocation
51 Uninitialised value was created by a heap allocation
/external/v8/src/heap/
Dheap.cc1169 AllocationResult allocation = map_space()->AllocateRawUnaligned( in ReserveSpace() local
1172 if (allocation.To(&free_space)) { in ReserveSpace()
1190 AllocationResult allocation; in ReserveSpace() local
1196 allocation = new_space()->AllocateRawUnaligned(size); in ReserveSpace()
1199 allocation = paged_space(space)->AllocateRawUnaligned( in ReserveSpace()
1203 if (allocation.To(&free_space)) { in ReserveSpace()
2090 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocatePartialMap() local
2091 if (!allocation.To(&result)) return allocation; in AllocatePartialMap()
2124 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocateMap() local
2125 if (!allocation.To(&result)) return allocation; in AllocateMap()
[all …]
/external/valgrind/massif/tests/
Dbasic2.post.exp39 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
45 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
52 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
59 98.04% (10,800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 98.04% (14,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
73 98.04% (11,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
80 98.04% (8,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
87 98.04% (4,800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
94 98.04% (1,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Dpeak.post.exp42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
[all …]
Dignoring.post.exp40 99.22% (1,024B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
48 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
61 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
87 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
117 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
132 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
147 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
163 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
183 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
[all …]
/external/webrtc/webrtc/p2p/base/
Dturnserver.cc209 TurnServerAllocation* allocation = FindAllocation(&conn); in OnInternalPacket() local
210 if (allocation) { in OnInternalPacket()
211 allocation->HandleChannelData(data, size); in OnInternalPacket()
242 TurnServerAllocation* allocation = FindAllocation(conn); in HandleStunMessage() local
244 if (!allocation) { in HandleStunMessage()
247 key = allocation->key(); in HandleStunMessage()
257 if (!allocation && msg.type() == STUN_ALLOCATE_REQUEST) { in HandleStunMessage()
259 } else if (allocation && in HandleStunMessage()
261 msg.transaction_id() == allocation->transaction_id())) { in HandleStunMessage()
266 allocation->username()) { in HandleStunMessage()
[all …]

12345678910>>...27