Searched refs:pAllocation (Results 1 – 2 of 2) sorted by relevance
15121 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument15127 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()15131 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()15132 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
23941 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument23947 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()23951 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()23952 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()