Searched refs:pAllocation (Results 1 – 1 of 1) sorted by relevance
152 static struct MemBlockHdr *sqlite3MemsysGetHeader(const void *pAllocation){ in sqlite3MemsysGetHeader() argument158 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()162 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()163 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()