/external/OpenCL-CTS/test_conformance/api/ |
D | test_queue_properties_queries.cpp | 30 cl_uint requested_size) in verify_if_properties_supported() argument 39 if (requested_size > 0) in verify_if_properties_supported() 48 if (requested_size > max_queue_size) in verify_if_properties_supported() 53 requested_size, max_queue_size); in verify_if_properties_supported() 178 cl_uint requested_size = 0; in run_test_queue_array_properties() local 187 requested_size = requested_properties[i + 1]; in run_test_queue_array_properties() 192 requested_size); in run_test_queue_array_properties()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 31 uptr requested_size : 54; member 77 m->requested_size = size; in RegisterAllocation() 134 return m->requested_size; in GetMallocUsableSize() 163 if (addr < chunk + m->requested_size) in PointsIntoChunk() 165 if (IsSpecialCaseOfOperatorNew0(chunk, m->requested_size, addr)) in PointsIntoChunk() 191 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata 192 return reinterpret_cast<ChunkMetadata *>(metadata_)->requested_size; in requested_size() 208 if (m->allocated && (uptr)p < (uptr)chunk + m->requested_size) { in IgnoreObjectLocked()
|
D | lsan_common.cc | 170 pp, p, chunk, chunk + m.requested_size(), m.requested_size()); in ScanRangeForPointers() 176 chunk, chunk + m.requested_size(), m.requested_size()); in ScanRangeForPointers() 311 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag() 322 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb() 335 chunk, chunk + m.requested_size(), m.requested_size()); in CollectIgnoredCb() 397 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(), in CollectLeaksCb()
|
D | lsan_common.h | 181 uptr requested_size() const;
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 26 uptr requested_size; member 129 meta->requested_size = size; in MsanAllocate() 148 uptr size = meta->requested_size; in MsanDeallocate() 149 meta->requested_size = 0; in MsanDeallocate() 186 uptr old_size = meta->requested_size; in MsanReallocate() 190 meta->requested_size = new_size; in MsanReallocate() 217 return b->requested_size; in AllocationSize()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_allocator.cpp | 66 m->requested_size = size; in RegisterAllocation() 144 return m->requested_size; in GetMallocUsableSize() 258 if (addr < chunk + m->requested_size) in PointsIntoChunk() 260 if (IsSpecialCaseOfOperatorNew0(chunk, m->requested_size, addr)) in PointsIntoChunk() 286 uptr LsanMetadata::requested_size() const { in requested_size() function in __lsan::LsanMetadata 287 return reinterpret_cast<ChunkMetadata *>(metadata_)->requested_size; in requested_size() 303 if (m->allocated && (uptr)p < (uptr)chunk + m->requested_size) { in IgnoreObjectLocked()
|
D | lsan_common.cpp | 177 pp, p, chunk, chunk + m.requested_size(), m.requested_size()); in ScanRangeForPointers() 183 chunk, chunk + m.requested_size(), m.requested_size()); in ScanRangeForPointers() 377 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag() 388 ScanRangeForPointers(chunk, chunk + m.requested_size(), in MarkIndirectlyLeakedCb() 401 chunk, chunk + m.requested_size(), m.requested_size()); in CollectIgnoredCb() 530 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(), in CollectLeaksCb()
|
D | lsan_allocator.h | 44 uptr requested_size : 54; member 46 uptr requested_size : 32; member
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_allocator.cpp | 28 uptr requested_size; member 181 meta->requested_size = size; in MsanAllocate() 200 uptr size = meta->requested_size; in MsanDeallocate() 201 meta->requested_size = 0; in MsanDeallocate() 226 uptr old_size = meta->requested_size; in MsanReallocate() 230 meta->requested_size = new_size; in MsanReallocate() 262 return b->requested_size; in AllocationSize()
|
/external/libchrome/base/memory/ |
D | shared_memory_unittest.cc | 203 EXPECT_EQ(memory1.requested_size(), kDataSize); in TEST_P() 227 EXPECT_EQ(memory2.requested_size(), 0U); in TEST_P() 510 shmem.requested_size()); in TEST_P() 518 ASSERT_EQ(0U, shared.requested_size()); in TEST_P() 520 shmem.requested_size()); in TEST_P() 527 ASSERT_EQ(0U, readonly.requested_size()); in TEST_P() 530 shmem.requested_size()); in TEST_P() 612 EXPECT_TRUE(shared_memory.Map(shared_memory.requested_size())); in TEST_P() 614 EXPECT_EQ(0, mprotect(shared_memory.memory(), shared_memory.requested_size(), in TEST_P() 633 EXPECT_TRUE(shared_memory.Map(shared_memory.requested_size())); in TEST() [all …]
|
D | shared_memory.h | 178 size_t requested_size() const { return requested_size_; } in requested_size() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_report.cpp | 128 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory() argument 132 "bytes\n", SanitizerToolName, requested_size); in ReportOutOfMemory()
|
D | sanitizer_allocator_report.h | 35 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack);
|
D | sanitizer_allocator.cpp | 148 static void NORETURN ReportInternalAllocatorOutOfMemory(uptr requested_size) { in ReportInternalAllocatorOutOfMemory() argument 151 "0x%zx bytes\n", SanitizerToolName, requested_size); in ReportInternalAllocatorOutOfMemory()
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.h | 319 size_t requested_size = size; in AllocFlags() 328 PartitionAllocHooks::AllocationObserverHookIfEnabled(result, requested_size, in AllocFlags() 419 size_t requested_size = size; in PartitionAllocGenericFlags() local 427 PartitionAllocHooks::AllocationObserverHookIfEnabled(result, requested_size, in PartitionAllocGenericFlags()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_bfc_allocator_test.cc | 469 const size_t requested_size = 2 * (256 << i); in TestBinDebugInfo() local 470 EXPECT_EQ(requested_size, in TestBinDebugInfo() 479 EXPECT_EQ(bin_info.total_requested_bytes_in_use, requested_size); in TestBinDebugInfo() 518 size_t requested_size = 256 << i; in TestBinDebugInfo() local 519 EXPECT_EQ(requested_size, a.RequestedSize(initial_ptrs[2 * i])); in TestBinDebugInfo() 524 EXPECT_EQ(bin_info.total_requested_bytes_in_use, requested_size); in TestBinDebugInfo()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 487 AddTraceMe(traceme_name, chunk->ptr, chunk->requested_size, chunk->size); in AddTraceMe() 556 chunk->requested_size = num_bytes; in FindChunkPtr() 655 int64 req_bytes = chunk->requested_size; in DeallocateRawInternal() 894 return c->requested_size; in RequestedSize() 968 size_t wasted = c->size - c->requested_size; in RenderOccupancy() 971 region_offset + c->requested_size, region.ptr(), c->ptr, in RenderOccupancy() 976 region.ptr(), c->ptr, c->requested_size, '*'); in RenderOccupancy() 1126 mc->set_requested_size(c->requested_size); in RecordMemoryMapInternal() 1177 bin_info.total_requested_bytes_in_use += c->requested_size; in get_bin_debug_info()
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_report.cpp | 152 h.tagged_addr + h.requested_size > tagged_addr) { in FindHeapAllocation() 163 UntagAddr(h.tagged_addr) + h.requested_size > UntagAddr(tagged_addr)) { in FindHeapAllocation() 173 untag_4b(h.tagged_addr) + h.requested_size > untag_4b(tagged_addr)) { in FindHeapAllocation() 404 har.requested_size, UntagAddr(har.tagged_addr), in PrintAddressDescription() 405 UntagAddr(har.tagged_addr) + har.requested_size); in PrintAddressDescription()
|
D | hwasan_allocator.h | 98 u32 requested_size; member
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_mem.h | 208 __le64 requested_size; member
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | bfc_memory_map.proto | 19 int64 requested_size = 3; field
|
/external/tensorflow/tensorflow/core/framework/ |
D | tracking_allocator.h | 122 size_t requested_size; member
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_report.h | 76 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
|
D | asan_errors.h | 264 uptr requested_size; member 270 requested_size(requested_size_) {} in ErrorOutOfMemory()
|
/external/python/cpython3/Lib/multiprocessing/ |
D | shared_memory.py | 320 requested_size = struct.calcsize( 327 self.shm = SharedMemory(name, create=True, size=requested_size)
|