Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c26806 static struct MemBlockHdr *sqlite3MemsysGetHeader(const void *pAllocation){ in sqlite3MemsysGetHeader() argument
26812 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
26816 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
26817 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()