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()
17574 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument17580 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()17584 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()17585 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()