Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache1.c344 static void *pcache1Alloc(int nByte){ in pcache1Alloc() function
452 pPg = pcache1Alloc(pCache->szAlloc); in pcache1AllocPage()
493 return pcache1Alloc(sz); in sqlite3PageMalloc()