Lines Matching defs:sqlite3MemMalloc
26608 static void *sqlite3MemMalloc(int nByte){ return 0; }
26624 sqlite3MemMalloc,
26767 static void *sqlite3MemMalloc(int nByte){
26794 ** Like free() but works for allocations obtained from sqlite3MemMalloc()
26831 ** sqlite3MemMalloc().
26918 sqlite3MemMalloc,
27175 static void *sqlite3MemMalloc(int nByte){
27282 pNew = sqlite3MemMalloc(nByte);
27299 sqlite3MemMalloc,
27449 ** Return the number of times sqlite3MemMalloc() has been called.