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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15545 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ argument
15551 p = (struct MemBlockHdr*)pAllocation;
15555 pInt = (int*)pAllocation;
15556 pU8 = (u8*)pAllocation;
[all...]

Completed in 523 milliseconds