| /third_party/python/Modules/ |
| H A D | _tracemalloc.c | 591 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_alloc() local 618 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; in tracemalloc_realloc() local 669 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; tracemalloc_free() local 691 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; tracemalloc_alloc_gil() local 734 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; tracemalloc_realloc_gil() local 765 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; tracemalloc_raw_alloc() local 808 PyMemAllocatorEx *alloc = (PyMemAllocatorEx *)ctx; tracemalloc_raw_realloc() local 958 PyMemAllocatorEx alloc; tracemalloc_start() local [all...] |
| /third_party/python/Objects/ |
| H A D | bytearrayobject.c | 111 Py_ssize_t alloc; in PyByteArray_FromStringAndSize() local 176 size_t alloc = (size_t) obj->ob_alloc; in PyByteArray_Resize() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | btree_test.cc | 2883 Set set2(std::move(set1), alloc); in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | raw_hash_set_test.cc | 346 static void construct(allocator_type* alloc, slot_type* slot, Args... args) { in construct() argument 352 static void destroy(allocator_type* alloc, slot_typ argument 357 transfer(allocator_type* alloc, slot_type* new_slot, slot_type* old_slot) transfer() argument [all...] |
| H A D | btree.h | 871 deallocate(const size_type size, btree_node *node, allocator_type *alloc) deallocate() argument 881 value_init(const field_type i, allocator_type *alloc, Args &&... args) value_init() argument 885 value_destroy(const field_type i, allocator_type *alloc) value_destroy() argument 889 value_destroy_n(const field_type i, const field_type n, allocator_type *alloc) value_destroy_n() argument 897 transfer(slot_type *dest, slot_type *src, allocator_type *alloc) transfer() argument 904 transfer(const size_type dest_i, const size_type src_i, btree_node *src_node, allocator_type *alloc) transfer() argument 906 transfer(slot(dest_i), src_node->slot(src_i), alloc); transfer() local 911 transfer_n(const size_type n, const size_type dest_i, const size_type src_i, btree_node *src_node, allocator_type *alloc) transfer_n() argument 923 transfer_n_backward(const size_type n, const size_type dest_i, const size_type src_i, btree_node *src_node, allocator_type *alloc) transfer_n_backward() argument 1188 btree(const key_compare &comp, const allocator_type &alloc) btree() argument 1192 btree(const btree &other, const allocator_type &alloc) btree() argument 1202 btree(btree &&other, const allocator_type &alloc) btree() argument 1585 emplace_value(const size_type i, allocator_type *alloc, Args &&... args) emplace_value() argument 1608 remove_values(const field_type i, const field_type to_erase, allocator_type *alloc) remove_values() argument 1632 rebalance_right_to_left(const int to_move, btree_node *right, allocator_type *alloc) rebalance_right_to_left() argument 1642 transfer(finish(), position(), parent(), alloc); rebalance_right_to_left() local 1672 rebalance_left_to_right(const int to_move, btree_node *right, allocator_type *alloc) rebalance_left_to_right() argument 1719 split(const int insert_position, btree_node *dest, allocator_type *alloc) split() argument 1743 parent()->emplace_value(position(), alloc, finish_slot()); split() local 1744 value_destroy(finish(), alloc); split() local 1758 merge(btree_node *src, allocator_type *alloc) merge() argument 1763 value_init(finish(), alloc, parent()->slot(position())); merge() local 1781 parent()->remove_values(position(), /*to_erase=*/1, alloc); merge() local 1785 clear_and_delete(btree_node *node, allocator_type *alloc) clear_and_delete() argument 1792 deallocate(InternalSize(), node, alloc); clear_and_delete() local 1828 deallocate(InternalSize(), node, alloc); clear_and_delete() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderSyncTests.cpp | 718 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineBindPointTests.cpp | 307 auto& alloc = buffer.getAllocation(); in zeroOutAndFlush() local 403 auto& alloc = m_context.getDefaultAllocator(); in iterate() local [all...] |
| H A D | vktPipelineMiscTests.cpp | 274 auto& alloc = m_context.getDefaultAllocator(); in iterate() local 666 auto& alloc = m_context.getDefaultAllocator(); in iterate() local 1135 auto& alloc = m_context.getDefaultAllocator(); in runTest() local 1298 auto& alloc = m_context.getDefaultAllocator(); in iterate() local [all...] |
| H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1676 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 701 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| H A D | vktPipelineSpecConstantTests.cpp | 647 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
| H A D | vktRayQueryMiscTests.cpp | 193 auto& alloc = m_context.getDefaultAllocator(); in iterate() local 897 Allocation& alloc = buffer.getAllocation(); in verifyResult() local
|
| H A D | vktRayQueryOpacityMicromapTests.cpp | 503 auto& alloc = m_context.getDefaultAllocator(); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingBarrierTests.cpp | 832 std::unique_ptr<BufferWithMemory> makeStd140Buffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags, MemoryRequirement memReq) in makeStd140Buffer() argument 873 std::unique_ptr<BufferWithMemory> makeStd430BufferImpl (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags, bool fill) in makeStd430BufferImpl() argument 886 std::unique_ptr<BufferWithMemory> makeStd430Buffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags) in makeStd430Buffer() argument 891 std::unique_ptr<BufferWithMemory> makeStd430BufferFilled (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, VkBufferUsageFlags flags) in makeStd430BufferFilled() argument 952 void updateDescriptorSet (const DeviceInterface& vkd, VkDevice device, VkCommandBuffer cmdBuffer, Allocator& alloc, VkDescriptorType resourceType, Stage stage, StageData& stageData, BufferWithMemory* resourceBuffer, VkImageView resourceImgView, VkImageLayout layout, bool asNeeded, BufferWithMemory* verificationBuffer) in updateDescriptorSet() argument 1043 createGraphicsPipelineObjects(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, Context& context, const char* vertShaderName, const char* fragShaderName, StageData& stageData) createGraphicsPipelineObjects() argument 1104 createRayTracingPipelineData(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, Context& context, Stage stage, StageData& stageData, deUint32 shaderGroupHandleSize, deUint32 shaderGroupBaseAlignment, const char* rgenAuxName, const char* rgenName, const char* isectName, const char* ahitName, const char* chitName, const char* missName, const char* callableName) createRayTracingPipelineData() argument 1219 auto& alloc = m_context.getDefaultAllocator(); iterate() local [all...] |
| H A D | vktRayTracingDataSpillTests.cpp | 1589 auto& alloc = m_context.getDefaultAllocator(); in iterate() local 2389 createSBTWithShaderRecord(const DeviceInterface& vkd, VkDevice device, vk::Allocator &alloc, VkPipeline pipeline, RayTracingPipeline* rayTracingPipeline, deUint32 shaderGroupHandleSize, deUint32 shaderGroupBaseAlignment, deUint32 firstGroup, deUint32 groupCount, de::MovePtr<BufferWithMemory>& shaderBindingTable, VkStridedDeviceAddressRegionKHR& shaderBindingTableRegion) createSBTWithShaderRecord() argument 2418 auto& alloc = m_context.getDefaultAllocator(); iterate() local [all...] |
| H A D | vktRayTracingShaderBindingTableTests.cpp | 1267 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| H A D | vktRayTracingTraceRaysTests.cpp | 986 Allocation& alloc = buffer.getAllocation(); in makeIndirectStructAndFlush() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktDynamicRenderingTests.cpp | 925 const Allocation alloc = m_imageBuffer[ndx]->getBoundMemory(); in initialize() local 963 const Allocation alloc = m_imageStencilBuffer->getBoundMemory(); in initialize() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
| H A D | vktDeviceObjectReservationTests.cpp | 201 VkMemoryAllocateInfo alloc = in allocateDeviceMemory() local 967 VkMemoryAllocateInfo alloc = variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktOpaqueTypeIndexingTests.cpp | 532 de::MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vkd, device, image), MemoryRequirement::Any); in allocateAndBindMemory() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRender.hpp | 642 AllocationSp alloc; member in vkt::sr::ShaderRenderCaseInstance::BufferUniform 655 AllocationSp alloc; member in vkt::sr::ShaderRenderCaseInstance::SamplerUniform
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesBufferTests.cpp | 240 const Allocation& alloc = **sparseAllocation->allocations[memBindIter->allocationNdx]; in build() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueTests.cpp | 249 Allocator& alloc = m_device.getAllocator(); in createImage() local
|
| H A D | vktSynchronizationNoneStageTests.cpp | 89 void ImageWrapper::create(Context& context, SimpleAllocator& alloc, VkFormat format, VkExtent3D extent, VkImageUsageFlags usage) in create() argument 132 void BufferWrapper::create(Context& context, SimpleAllocator& alloc, VkDeviceSize size, VkBufferUsageFlags usage) in create() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureMipmapTests.cpp | 2614 auto& alloc = deviceHelper.getAllocator(); in iterate() local
|