/third_party/skia/third_party/externals/icu/source/common/ |
D | cmemory.cpp | 34 static UMemAllocFn *pAlloc; variable 55 if (pAlloc) { in uprv_malloc() 56 return (*pAlloc)(pContext, s); in uprv_malloc() 126 pAlloc = a; in u_setMemoryFunctions() 134 pAlloc = NULL; in cmemory_cleanup()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | cmemory.cpp | 34 static UMemAllocFn *pAlloc; variable 55 if (pAlloc) { in uprv_malloc() 56 return (*pAlloc)(pContext, s); in uprv_malloc() 126 pAlloc = a; in u_setMemoryFunctions() 134 pAlloc = NULL; in cmemory_cleanup()
|
/third_party/node/deps/icu-small/source/common/ |
D | cmemory.cpp | 34 static UMemAllocFn *pAlloc; variable 55 if (pAlloc) { in uprv_malloc() 56 return (*pAlloc)(pContext, s); in uprv_malloc() 126 pAlloc = a; in u_setMemoryFunctions() 134 pAlloc = NULL; in cmemory_cleanup()
|
/third_party/icu/icu4c/source/common/ |
D | cmemory.cpp | 34 static UMemAllocFn *pAlloc; variable 55 if (pAlloc) { in uprv_malloc() 56 return (*pAlloc)(pContext, s); in uprv_malloc() 126 pAlloc = a; in u_setMemoryFunctions() 134 pAlloc = NULL; in cmemory_cleanup()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | arena.h | 428 void* pAlloc = nullptr; in AllocAlignedSync() local 431 pAlloc = AllocAligned(size, align); in AllocAlignedSync() 434 return pAlloc; in AllocAlignedSync() 439 void* pAlloc = nullptr; in AllocSync() local 442 pAlloc = Alloc(size); in AllocSync() 445 return pAlloc; in AllocSync()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/ |
D | gstdshowfakesrc.cpp | 82 HRESULT FakeOutputPin::DecideBufferSize (IMemAllocator *pAlloc, in DecideBufferSize() argument 88 HRESULT hres = pAlloc->SetProperties(ppropInputRequest, &properties); in DecideBufferSize() 89 pAlloc->Commit(); in DecideBufferSize()
|
D | gstdshowfakesrc.h | 42 virtual HRESULT DecideBufferSize (IMemAllocator *pAlloc, ALLOCATOR_PROPERTIES *ppropInputRequest);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMaxVaryingsTests.cpp | 898 …ry (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument 918 …*pAlloc = context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vk, vkDevice, *vertex… in createBufferAndBindMemory() 919 …VK_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, (*pAlloc)->getMemory(), (*pAlloc)->getOffset… in createBufferAndBindMemory()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 305 …ry (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument 325 …*pAlloc = context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vk, vkDevice, *vertex… in createBufferAndBindMemory() 326 …VK_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, (*pAlloc)->getMemory(), (*pAlloc)->getOffset… in createBufferAndBindMemory() 337 de::details::MovePtr<Allocation>* pAlloc) in createImage2DAndBindMemory() argument 364 …*pAlloc = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, vkDevice, *image),… in createImage2DAndBindMemory() 365 VK_CHECK(vk.bindImageMemory(vkDevice, *image, (*pAlloc)->getMemory(), (*pAlloc)->getOffset())); in createImage2DAndBindMemory()
|
D | vktPipelineCacheTests.cpp | 433 …ry (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument 453 …*pAlloc = context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vk, vkDevice, *vertex… in createBufferAndBindMemory() 454 …VK_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, (*pAlloc)->getMemory(), (*pAlloc)->getOffset… in createBufferAndBindMemory() 465 de::details::MovePtr<Allocation>* pAlloc) in createImage2DAndBindMemory() argument 492 …*pAlloc = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, vkDevice, *image),… in createImage2DAndBindMemory() 493 VK_CHECK(vk.bindImageMemory(vkDevice, *image, (*pAlloc)->getMemory(), (*pAlloc)->getOffset())); in createImage2DAndBindMemory()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 912 …ry (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument 932 …*pAlloc = context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vk, vkDevice, *vertex… in createBufferAndBindMemory() 933 …VK_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, (*pAlloc)->getMemory(), (*pAlloc)->getOffset… in createBufferAndBindMemory() 944 de::details::MovePtr<Allocation>* pAlloc) in createImage2DAndBindMemory() argument 971 …*pAlloc = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, vkDevice, *image),… in createImage2DAndBindMemory() 972 VK_CHECK(vk.bindImageMemory(vkDevice, *image, (*pAlloc)->getMemory(), (*pAlloc)->getOffset())); in createImage2DAndBindMemory()
|
D | vktPipelineTimestampTests.cpp | 686 de::MovePtr<Allocation>* pAlloc); 693 de::MovePtr<Allocation>* pAlloc); 903 …eBufferAndBindMemory (VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument 927 DE_ASSERT(pAlloc); in createBufferAndBindMemory() 928 *pAlloc = vertexBufferAlloc; in createBufferAndBindMemory() 938 de::details::MovePtr<Allocation>* pAlloc) in createImage2DAndBindMemory() argument 986 DE_ASSERT(pAlloc); in createImage2DAndBindMemory() 987 *pAlloc = colorImageAlloc; in createImage2DAndBindMemory()
|
/third_party/boost/boost/dll/detail/demangling/ |
D | demangle_symbol.hpp | 31 allocation_function pAlloc,
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideofakesrc.h | 43 virtual HRESULT DecideBufferSize (IMemAllocator *pAlloc, ALLOCATOR_PROPERTIES *ppropInputRequest);
|
D | dshowvideofakesrc.cpp | 90 HRESULT VideoFakeSrcPin::DecideBufferSize (IMemAllocator *pAlloc, ALLOCATOR_PROPERTIES *ppropInputR… in DecideBufferSize() argument 101 HRESULT hres = pAlloc->SetProperties(ppropInputRequest, &properties); in DecideBufferSize()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 14120 VmaAllocation_T* const pAlloc = srcSuballocIt->hAllocation; in Defragment() local 14121 const VkDeviceSize srcAllocAlignment = pAlloc->GetAlignment(); in Defragment()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 79208 struct ValueNewStat4Ctx *pAlloc,/* How to allocate space. Or NULL */ 79220 pVal = valueNew(db, pAlloc); 79229 pVal = valueNew(db, pAlloc); 79237 rc = valueFromExpr(db, pExpr, ENC(db), affinity, &pVal, pAlloc); 210137 u8 *pAlloc = 0; 210192 pAlloc = sessionMalloc64(pSession, nByte); 210193 if( pAlloc==0 ){ 210198 azCol = (char **)pAlloc; 210199 pAlloc = (u8 *)&azCol[nDbCol]; 210200 abPK = (u8 *)pAlloc; [all …]
|