Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c27085 static struct MemBlockHdr *sqlite3MemsysGetHeader(const void *pAllocation){ in sqlite3MemsysGetHeader() argument
27091 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
27095 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
27096 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()