Searched refs:pFree (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | cmemory.cpp | 36 static UMemFreeFn *pFree; variable 74 if (pFree) { in uprv_realloc() 75 (*pFree)(pContext, buffer); in uprv_realloc() 96 if (pFree) { in uprv_free() 97 (*pFree)(pContext, buffer); in uprv_free() 128 pFree = f; in u_setMemoryFunctions() 136 pFree = NULL; in cmemory_cleanup()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | cmemory.cpp | 36 static UMemFreeFn *pFree; variable 74 if (pFree) { in uprv_realloc() 75 (*pFree)(pContext, buffer); in uprv_realloc() 96 if (pFree) { in uprv_free() 97 (*pFree)(pContext, buffer); in uprv_free() 128 pFree = f; in u_setMemoryFunctions() 136 pFree = nullptr; in cmemory_cleanup()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cmemory.cpp | 36 static UMemFreeFn *pFree; variable 74 if (pFree) { in uprv_realloc() 75 (*pFree)(pContext, buffer); in uprv_realloc() 96 if (pFree) { in uprv_free() 97 (*pFree)(pContext, buffer); in uprv_free() 128 pFree = f; in u_setMemoryFunctions() 136 pFree = NULL; in cmemory_cleanup()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.h | 579 allocationCallbacks.pFree = &CustomFree;
718 FREE_FUNC_PTR pFree;
member
|
H A D | D3D12MemAlloc.cpp | 122 (*allocs.pFree)(memory, allocs.pUserData);
in Free() 166 D3D12MA_ASSERT(outAllocs.pAllocate != NULL && outAllocs.pFree != NULL);
in SetupAllocationCallbacks() 171 outAllocs.pFree = &DefaultFree;
in SetupAllocationCallbacks()
|
H A D | D3D12Sample.cpp | 429 g_AllocationCallbacks.pFree = &CustomFree;
in InitD3D()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 16883 ** used and freed, they are added back to the pFree list. New allocations 16884 ** come off of pFree first, then pInit as a fallback. This dual-list 16909 LookasideSlot *pFree; /* List of available buffers */ member 22886 void *pFree; /* Free this when deleting the vdbe */ member 53735 PgHdr1 *pFree; /* List of unused pcache-local pages */ global() member 53767 PgFreeslot *pFree; /* Free page blocks */ global() member 76086 u8 *pFree = 0; global() local 77375 u8 *pFree = 0; global() local 102435 SorterRecord *pFree = pSorter->list.pList; global() local 187109 Fts3Expr *pFree = 0; /* List of free nodes. Linked by pParent. */ global() local 215970 sessionFree(sqlite3_session *pSession, void *pFree) global() argument 228522 Fts5Colset *pFree = pColset; global() local [all...] |
H A D | shell.c | 8402 u8 *pFree = 0; /* Free this */ in zipfileUpdate() local 8465 rc = zipfileDeflate(aIn, nIn, &pFree, &nCmp, &pTab->base.zErrMsg); in zipfileUpdate() 8469 pData = pFree; in zipfileUpdate() 8570 sqlite3_free(pFree); in zipfileUpdate()
|
Completed in 165 milliseconds