/third_party/libwebsockets/win32port/zlib/ |
H A D | zutil.h | 87 # include <alloc.h>
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zutil.h | 105 # include <alloc.h>
|
/third_party/node/deps/zlib/ |
H A D | zutil.h | 116 # include <alloc.h>
|
/third_party/lwip/src/include/lwip/ |
H A D | altcp.h | 86 altcp_new_fn alloc; member
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.h | 796 * @param[in] alloc Allocation callbacks for dynamically allocating 810 const VkAllocationCallbacks *alloc,
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasTextOp.h | 63 SkArenaAlloc* alloc);
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zutil.h | 109 # include <alloc.h>
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | ftsystem.c | 331 FT_ERROR(( " could not `alloc' memory\n" )); in FT_BASE_DEF() 412 memory->alloc = ft_alloc; in FT_BASE_DEF()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 45 NSMutableSet *reservedNames = [[NSMutableSet alloc] init];
|
/third_party/skia/gm/ |
H A D | path_stroke_with_zero_length.cpp | 48 pmap.alloc(info); in draw_path_cell()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | epoll.rs | 68 use alloc::vec::Vec;
|
/third_party/rust/crates/once_cell/src/ |
H A D | race.rs | 267 #[cfg(feature = "alloc")] 270 #[cfg(feature = "alloc")] 275 use alloc::boxed::Box;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | read_sockaddr.rs | 8 use alloc::vec::Vec;
|
/third_party/zlib/ |
H A D | zutil.h | 101 # include <alloc.h>
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 697 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() local 698 deMemcpy(alloc.getHostPtr(), &m_data[0], m_data.size()); in copyDataToImage() 699 flushAlloc(vk, device, alloc); in copyDataToImage() 1774 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeRead() local 1775 deMemcpy(alloc.getHostPtr(), &m_srcData[levelNdx][layerNdx]->at(0), srcImageSizeInBytes); in transcodeRead() 1776 flushAlloc(vk, device, alloc); in transcodeRead() 1907 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeWrite() local 1908 deMemcpy(alloc.getHostPtr(), &m_srcData[levelNdx][layerNdx]->at(0), srcImageSizeInBytes); in transcodeWrite() 1909 flushAlloc(vk, device, alloc); in transcodeWrite() 2360 const Allocation& alloc in transcodeRead() local 2499 const Allocation& alloc = srcImageBuffer->getAllocation(); transcodeWrite() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 686 const Allocation& alloc = imageBuffer.getAllocation(); in copyDataToImage() local 687 deMemcpy(alloc.getHostPtr(), &m_data[0], m_data.size()); in copyDataToImage() 688 flushAlloc(vk, device, alloc); in copyDataToImage() 1759 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeRead() local 1760 deMemcpy(alloc.getHostPtr(), &m_srcData[levelNdx][layerNdx]->at(0), srcImageSizeInBytes); in transcodeRead() 1761 flushAlloc(vk, device, alloc); in transcodeRead() 1892 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcodeWrite() local 1893 deMemcpy(alloc.getHostPtr(), &m_srcData[levelNdx][layerNdx]->at(0), srcImageSizeInBytes); in transcodeWrite() 1894 flushAlloc(vk, device, alloc); in transcodeWrite() 2345 const Allocation& alloc in transcodeRead() local 2484 const Allocation& alloc = srcImageBuffer->getAllocation(); transcodeWrite() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_softjobs.c | 647 struct kbase_mem_phy_alloc *alloc = reg->gpu_alloc;
in kbase_debug_copy_prepare() local 648 unsigned long nr_pages2 = alloc->imported.user_buf.nr_pages;
in kbase_debug_copy_prepare() 650 if (alloc->imported.user_buf.mm != current->mm) {
in kbase_debug_copy_prepare() 660 ret = get_user_pages_fast(alloc->imported.user_buf.address, nr_pages2, 0, buffers[i].extres_pages);
in kbase_debug_copy_prepare() 1048 * the JIT free racing this JIT alloc job.
in kbase_jit_allocate_process()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_softjobs.c | 649 struct kbase_mem_phy_alloc *alloc = reg->gpu_alloc; in kbase_debug_copy_prepare() local 650 unsigned long nr_pages2 = alloc->imported.user_buf.nr_pages; in kbase_debug_copy_prepare() 652 if (alloc->imported.user_buf.mm != current->mm) { in kbase_debug_copy_prepare() 662 ret = get_user_pages_fast(alloc->imported.user_buf.address, nr_pages2, 0, buffers[i].extres_pages); in kbase_debug_copy_prepare() 1145 dev_warn_ratelimited(kbdev->dev, "JIT alloc softjob failed: atom id %d\n", in kbase_jit_allocate_process()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_softjobs.c | 675 struct kbase_mem_phy_alloc *alloc = reg->gpu_alloc; in kbase_debug_copy_prepare() local 677 alloc->imported.user_buf.nr_pages; in kbase_debug_copy_prepare() 679 if (alloc->imported.user_buf.mm != current->mm) { in kbase_debug_copy_prepare() 691 alloc->imported.user_buf.address, in kbase_debug_copy_prepare() 1175 dev_warn_ratelimited(kbdev->dev, "JIT alloc softjob failed: atom id %d\n", in kbase_jit_allocate_process()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_softjobs.c | 666 struct kbase_mem_phy_alloc *alloc = reg->gpu_alloc; in kbase_debug_copy_prepare() local 668 alloc->imported.user_buf.nr_pages; in kbase_debug_copy_prepare() 670 if (alloc->imported.user_buf.mm != current->mm) { in kbase_debug_copy_prepare() 682 alloc->imported.user_buf.address, in kbase_debug_copy_prepare() 1079 * the JIT free racing this JIT alloc job. in kbase_jit_allocate_process()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap.c | 89 GapInitializeParam *ctx = MEM_MALLOC.alloc(sizeof(GapInitializeParam)); in GapInitialize() 917 regInfo = MEM_MALLOC.alloc(sizeof(ProfileSecurityInfo)); in GAP_RegisterServiceSecurity() 1023 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GapUseAclConnectionTimeout() 1165 DeviceInfo *deviceInfo = MEM_MALLOC.alloc(sizeof(DeviceInfo)); in GapAllocDeviceInfo()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | mdesc.c | 68 struct mdesc_handle *(*alloc)(unsigned int mdesc_size); member 197 .alloc = mdesc_memblock_alloc, 233 .alloc = mdesc_kmalloc, 240 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc() 513 printk(KERN_ERR "MD: mdesc alloc fails\n"); in mdesc_update() 1336 prom_printf("MDESC: alloc of %lu bytes failed.\n", len); in sun4v_mdesc_init()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/ |
H A D | sec_drv.c | 519 static void sec_queue_ar_alloc(struct sec_queue *queue, u32 alloc) in sec_queue_ar_alloc() argument 525 if (alloc == SEC_QUEUE_AR_FROCE_ALLOC) { in sec_queue_ar_alloc() 536 static void sec_queue_aw_alloc(struct sec_queue *queue, u32 alloc) in sec_queue_aw_alloc() argument 542 if (alloc == SEC_QUEUE_AW_FROCE_ALLOC) { in sec_queue_aw_alloc() 778 dev_err(info->dev, "alloc sec queue failed! %ld\n", in sec_queue_alloc_start()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | mdesc.c | 68 struct mdesc_handle *(*alloc)(unsigned int mdesc_size); member 197 .alloc = mdesc_memblock_alloc, 233 .alloc = mdesc_kmalloc, 240 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc() 513 printk(KERN_ERR "MD: mdesc alloc fails\n"); in mdesc_update() 1336 prom_printf("MDESC: alloc of %lu bytes failed.\n", len); in sun4v_mdesc_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic.c | 970 int alloc = max(index + 1, config->num_connector); in drm_atomic_get_connector_state() local 972 c = krealloc(state->connectors, alloc * sizeof(*state->connectors), GFP_KERNEL); in drm_atomic_get_connector_state() 978 sizeof(*state->connectors) * (alloc - state->num_connector)); in drm_atomic_get_connector_state() 980 state->num_connector = alloc; in drm_atomic_get_connector_state()
|