Home
last modified time | relevance | path

Searched refs:pAlloc (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Dcmemory.c32 static UMemAllocFn *pAlloc; variable
77 if (pAlloc) { in uprv_malloc()
78 return (*pAlloc)(pContext, s); in uprv_malloc()
148 pAlloc = a; in u_setMemoryFunctions()
156 pAlloc = NULL; in cmemory_cleanup()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp459 …ry (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument
480 DE_ASSERT(pAlloc); in createBufferAndBindMemory()
481 …*pAlloc = memAlloc->allocate(getBufferMemoryRequirements(vk, vkDevice, *vertexBuffer), MemoryRequi… in createBufferAndBindMemory()
482 …VK_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, (*pAlloc)->getMemory(), (*pAlloc)->getOffset… in createBufferAndBindMemory()
493 de::details::MovePtr<Allocation>* pAlloc) in createImage2DAndBindMemory() argument
521 DE_ASSERT(pAlloc); in createImage2DAndBindMemory()
522 …*pAlloc = memAlloc->allocate(getImageMemoryRequirements(vk, vkDevice, *image), MemoryRequirement::… in createImage2DAndBindMemory()
523 VK_CHECK(vk.bindImageMemory(vkDevice, *image, (*pAlloc)->getMemory(), (*pAlloc)->getOffset())); in createImage2DAndBindMemory()
DvktPipelineTimestampTests.cpp641 de::MovePtr<Allocation>* pAlloc);
647 de::MovePtr<Allocation>* pAlloc);
853 …teBufferAndBindMemory(VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument
877 DE_ASSERT(pAlloc); in createBufferAndBindMemory()
878 *pAlloc = vertexBufferAlloc; in createBufferAndBindMemory()
888 de::details::MovePtr<Allocation>* pAlloc) in createImage2DAndBindMemory() argument
934 DE_ASSERT(pAlloc); in createImage2DAndBindMemory()
935 *pAlloc = colorImageAlloc; in createImage2DAndBindMemory()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h369 CFDE_CSSComputedStyle(IFX_MEMAllocator* pAlloc) in CFDE_CSSComputedStyle() argument
370 : m_dwRefCount(1), m_pAllocator(pAlloc) {} in CFDE_CSSComputedStyle()
/external/sqlite/dist/
Dsqlite3.c66471 struct ValueNewStat4Ctx *pAlloc,/* How to allocate space. Or NULL */
66482 pVal = valueNew(db, pAlloc);
66493 pVal = valueNew(db, pAlloc);
66503 rc = valueFromExpr(db, pExpr, ENC(db), affinity, &pVal, pAlloc);
/external/sqlite/dist/orig/
Dsqlite3.c66453 struct ValueNewStat4Ctx *pAlloc,/* How to allocate space. Or NULL */
66464 pVal = valueNew(db, pAlloc);
66475 pVal = valueNew(db, pAlloc);
66485 rc = valueFromExpr(db, pExpr, ENC(db), affinity, &pVal, pAlloc);