/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | tokens.rs | 22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens() 73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens() 76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | tokens.rs | 22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens() 73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens() 76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | tokens.rs | 22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens() 73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens() 76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
|
/third_party/skia/src/utils/ |
H A D | SkJSON.h | 281 ArrayValue(const Value* src, size_t size, SkArenaAlloc& alloc); 289 StringValue(const char* src, size_t size, SkArenaAlloc& alloc); 326 ObjectValue(const Member* src, size_t size, SkArenaAlloc& alloc);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset.cc | 109 if (unlikely (!buf.alloc (buf_size))) in _repack() 145 if (unlikely (!buf->alloc (buf_size))) in _try_subset() 178 if (unlikely (!buf.alloc (buf_size))) in _subset()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | tokens.rs | 22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens() 73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens() 76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | tokens.rs | 22 tokens.extend(quote_spanned!(span=> ::cxx::alloc::string::)); in to_tokens() 73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens() 76 tokens.extend(quote_spanned!(span=> ::cxx::alloc::vec::)); in to_tokens()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 442 de::MovePtr<ImageWithMemory> makeDefaultImage (const DeviceInterface& vkd, VkDevice device, Allocator& alloc) in makeDefaultImage() argument 470 return de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, alloc, imageCreateInfo, MemoryRequirement::Any)); in makeDefaultImage() 479 de::MovePtr<BufferWithMemory> makeDefaultBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 numElements = 1u) in makeDefaultBuffer() argument 493 return de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, alloc, bufferCreateInfo, MemoryRequirement::HostVisible)); in makeDefaultBuffer() 542 AccelerationStructureData makeDefaultAccelerationStructure (const DeviceInterface& vkd, VkDevice device, VkCommandBuffer cmdBuffer, Allocator& alloc, bool triangles, deUint16 offsetX) in makeDefaultAccelerationStructure() argument 578 data.blas->createAndBuild(vkd, device, cmdBuffer, alloc); in makeDefaultAccelerationStructure() 583 data.tlas->createAndBuild(vkd, device, cmdBuffer, alloc); in makeDefaultAccelerationStructure() 602 Resource (VkDescriptorType descriptorType_, const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, bool useAABBs, deUint32 initialValue_, deUint32 numElements = 1u) in Resource() 623 imageWithMemory = makeDefaultImage(vkd, device, alloc); in Resource() 629 imageWithMemory = makeDefaultImage(vkd, device, alloc); in Resource() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 438 de::MovePtr<ImageWithMemory> makeDefaultImage (const DeviceInterface& vkd, VkDevice device, Allocator& alloc) in makeDefaultImage() argument 466 return de::MovePtr<ImageWithMemory>(new ImageWithMemory(vkd, device, alloc, imageCreateInfo, MemoryRequirement::Any)); in makeDefaultImage() 475 de::MovePtr<BufferWithMemory> makeDefaultBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 numElements = 1u) in makeDefaultBuffer() argument 489 return de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, alloc, bufferCreateInfo, MemoryRequirement::HostVisible)); in makeDefaultBuffer() 538 AccelerationStructureData makeDefaultAccelerationStructure (const DeviceInterface& vkd, VkDevice device, VkCommandBuffer cmdBuffer, Allocator& alloc, bool triangles, deUint16 offsetX) in makeDefaultAccelerationStructure() argument 574 data.blas->createAndBuild(vkd, device, cmdBuffer, alloc); in makeDefaultAccelerationStructure() 579 data.tlas->createAndBuild(vkd, device, cmdBuffer, alloc); in makeDefaultAccelerationStructure() 598 Resource (VkDescriptorType descriptorType_, const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 qIndex, VkQueue queue, bool useAABBs, deUint32 initialValue_, deUint32 numElements = 1u) in Resource() 619 imageWithMemory = makeDefaultImage(vkd, device, alloc); in Resource() 625 imageWithMemory = makeDefaultImage(vkd, device, alloc); in Resource() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 729 vk::Allocator& alloc, in submitAtomicCalculationsAndGetSemaphoreNative() 755 const vk::BufferWithMemory outputBuffer (vk, device, alloc, makeBufferCreateInfo(outputBufferSize, vk::VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), vk::MemoryRequirement::Local); in submitAtomicCalculationsAndGetSemaphoreNative() 865 vk::Allocator& alloc, in submitAtomicCalculationsAndGetFenceNative() 892 const vk::BufferWithMemory outputBuffer (vk, device, alloc, makeBufferCreateInfo(outputBufferSize, vk::VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), vk::MemoryRequirement::Local); in submitAtomicCalculationsAndGetFenceNative() 1133 vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in testSemaphoreImportTwice() 1140 submitAtomicCalculationsAndGetSemaphoreNative(context, vkd, *device, alloc, queue, queueFamilyIndex, *semaphore, config.externalType, handleA); in testSemaphoreImportTwice() 1185 vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in testSemaphoreImportReimport() 1193 submitAtomicCalculationsAndGetSemaphoreNative(context, vkd, *device, alloc, queue, queueFamilyIndex, *semaphoreA, config.externalType, handleA); in testSemaphoreImportReimport() 1237 vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in testSemaphoreSignalExportImportWait() 1243 submitAtomicCalculationsAndGetSemaphoreNative(context, vkd, *device, alloc, queu in testSemaphoreSignalExportImportWait() 726 submitAtomicCalculationsAndGetSemaphoreNative(const Context& context, const vk::DeviceInterface& vk, vk::VkDevice device, vk::Allocator& alloc, vk::VkQueue queue, deUint32 queueFamilyIndex, vk::VkSemaphore semaphore, vk::VkExternalSemaphoreHandleTypeFlagBits externalType, NativeHandle& nativeHandle) submitAtomicCalculationsAndGetSemaphoreNative() argument 862 submitAtomicCalculationsAndGetFenceNative(const Context& context, const vk::DeviceInterface& vk, vk::VkDevice device, vk::Allocator& alloc, vk::VkQueue queue, deUint32 queueFamilyIndex, vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& nativeHandle, bool expectFenceUnsignaled = true) submitAtomicCalculationsAndGetFenceNative() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 718 vk::Allocator& alloc, in submitAtomicCalculationsAndGetSemaphoreNative() 744 const vk::BufferWithMemory outputBuffer (vk, device, alloc, makeBufferCreateInfo(outputBufferSize, vk::VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), vk::MemoryRequirement::Local); in submitAtomicCalculationsAndGetSemaphoreNative() 854 vk::Allocator& alloc, in submitAtomicCalculationsAndGetFenceNative() 881 const vk::BufferWithMemory outputBuffer (vk, device, alloc, makeBufferCreateInfo(outputBufferSize, vk::VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), vk::MemoryRequirement::Local); in submitAtomicCalculationsAndGetFenceNative() 1121 vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in testSemaphoreImportTwice() 1128 submitAtomicCalculationsAndGetSemaphoreNative(context, vkd, *device, alloc, queue, queueFamilyIndex, *semaphore, config.externalType, handleA); in testSemaphoreImportTwice() 1173 vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in testSemaphoreImportReimport() 1181 submitAtomicCalculationsAndGetSemaphoreNative(context, vkd, *device, alloc, queue, queueFamilyIndex, *semaphoreA, config.externalType, handleA); in testSemaphoreImportReimport() 1225 vk::SimpleAllocator alloc (vkd, *device, vk::getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in testSemaphoreSignalExportImportWait() 1231 submitAtomicCalculationsAndGetSemaphoreNative(context, vkd, *device, alloc, queu in testSemaphoreSignalExportImportWait() 715 submitAtomicCalculationsAndGetSemaphoreNative(const Context& context, const vk::DeviceInterface& vk, vk::VkDevice device, vk::Allocator& alloc, vk::VkQueue queue, deUint32 queueFamilyIndex, vk::VkSemaphore semaphore, vk::VkExternalSemaphoreHandleTypeFlagBits externalType, NativeHandle& nativeHandle) submitAtomicCalculationsAndGetSemaphoreNative() argument 851 submitAtomicCalculationsAndGetFenceNative(const Context& context, const vk::DeviceInterface& vk, vk::VkDevice device, vk::Allocator& alloc, vk::VkQueue queue, deUint32 queueFamilyIndex, vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& nativeHandle, bool expectFenceUnsignaled = true) submitAtomicCalculationsAndGetFenceNative() argument [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_command_buffer.c | 444 const VkAllocationCallbacks *alloc = in vn_CreateCommandPool() local 445 pAllocator ? pAllocator : &dev->base.base.alloc; in vn_CreateCommandPool() 448 vk_zalloc(alloc, sizeof(*pool), VN_DEFAULT_ALIGN, in vn_CreateCommandPool() 455 pool->allocator = *alloc; in vn_CreateCommandPool() 476 const VkAllocationCallbacks *alloc; in vn_DestroyCommandPool() local 481 alloc = pAllocator ? pAllocator : &pool->allocator; in vn_DestroyCommandPool() 494 vk_free(alloc, cmd); in vn_DestroyCommandPool() 498 vk_free(alloc, pool); in vn_DestroyCommandPool() 543 const VkAllocationCallbacks *alloc = &pool->allocator; in vn_AllocateCommandBuffers() local 547 vk_zalloc(alloc, sizeo in vn_AllocateCommandBuffers() 594 const VkAllocationCallbacks *alloc = &pool->allocator; vn_FreeCommandBuffers() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 105 MovePtr<Allocation> alloc (allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), MemoryRequirement::HostVisible)); in allocateAndBindMemory() 107 VK_CHECK(vkd.bindBufferMemory(device, buffer, alloc->getMemory(), alloc->getOffset())); in allocateAndBindMemory() 109 return alloc; in allocateAndBindMemory() 530 de::MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vkd, device, image), MemoryRequirement::Any); in allocateAndBindMemory() local 532 VK_CHECK(vkd.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in allocateAndBindMemory() 534 return alloc; in allocateAndBindMemory() 591 const UniquePtr<Allocation> alloc (context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vkd, device, *stagingBuffer), MemoryRequirement::HostVisible)); in TestImage() 593 VK_CHECK(vkd.bindBufferMemory(device, *stagingBuffer, alloc in TestImage() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 105 MovePtr<Allocation> alloc (allocator.allocate(getBufferMemoryRequirements(vkd, device, buffer), MemoryRequirement::HostVisible)); in allocateAndBindMemory() 107 VK_CHECK(vkd.bindBufferMemory(device, buffer, alloc->getMemory(), alloc->getOffset())); in allocateAndBindMemory() 109 return alloc; in allocateAndBindMemory() 532 de::MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vkd, device, image), MemoryRequirement::Any); in allocateAndBindMemory() local 534 VK_CHECK(vkd.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in allocateAndBindMemory() 536 return alloc; in allocateAndBindMemory() 593 const UniquePtr<Allocation> alloc (context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vkd, device, *stagingBuffer), MemoryRequirement::HostVisible)); in TestImage() 595 VK_CHECK(vkd.bindBufferMemory(device, *stagingBuffer, alloc in TestImage() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 657 const Allocation& alloc = m_resultBuffer.getAllocation(); in draw() local 659 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(m_resultBufferSizeBytes)); in draw() 660 flushAlloc(vk, device, alloc); in draw() 718 const Allocation& alloc = m_vertexBuffer.getAllocation(); in uploadVertexAttributes() local 720 deMemcpy(alloc.getHostPtr(), &vertexData[0], sizeInBytes(vertexData)); in uploadVertexAttributes() 721 flushAlloc(vk, device, alloc); in uploadVertexAttributes() 1466 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local 1468 deMemcpy(alloc.getHostPtr(), data, sizeof(data)); in iterate() 1469 flushAlloc(vk, device, alloc); in iterate() 1486 const Allocation& alloc in iterate() local 2122 const Allocation& alloc = vertexBuffer.getAllocation(); test() local 2128 const Allocation& alloc = resultBuffer.getAllocation(); test() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 645 const Allocation& alloc = m_resultBuffer.getAllocation(); in draw() local 647 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(m_resultBufferSizeBytes)); in draw() 648 flushAlloc(vk, device, alloc); in draw() 706 const Allocation& alloc = m_vertexBuffer.getAllocation(); in uploadVertexAttributes() local 708 deMemcpy(alloc.getHostPtr(), &vertexData[0], sizeInBytes(vertexData)); in uploadVertexAttributes() 709 flushAlloc(vk, device, alloc); in uploadVertexAttributes() 1449 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local 1451 deMemcpy(alloc.getHostPtr(), data, sizeof(data)); in iterate() 1452 flushAlloc(vk, device, alloc); in iterate() 1469 const Allocation& alloc in iterate() local 2095 const Allocation& alloc = vertexBuffer.getAllocation(); test() local 2101 const Allocation& alloc = resultBuffer.getAllocation(); test() local [all...] |
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | get_heap_info.h | 39 int alloc; member
|
/third_party/curl/tests/ |
H A D | test1132.pl | 48 if($_ =~ /\W(free|alloc|strdup)\(/) {
|
/third_party/ffmpeg/libavutil/ |
H A D | buffer_internal.h | 105 AVBufferRef* (*alloc)(size_t size); member
|
/third_party/libwebsockets/include/libwebsockets/abstract/ |
H A D | protocols.h | 52 int alloc; member
|
H A D | transports.h | 31 int alloc; member
|
/third_party/jerryscript/jerry-core/api/ |
H A D | generate-bytecode.h | 54 void jerry_external_context_init(uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_data_p);
|
/third_party/node/test/parallel/ |
H A D | test-buffer-tojson.js | 7 assert.strictEqual(JSON.stringify(Buffer.alloc(0)),
|
H A D | test-child-process-spawnsync-args.js | 43 assert.deepStrictEqual(stderr, Buffer.alloc(0));
|
H A D | test-crypto-des3-wrap.js | 13 iv: Buffer.alloc(0),
|