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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15114 static void *sqlite3MemMalloc(int nByte){ return 0; } function
15130 sqlite3MemMalloc,
15222 static void *sqlite3MemMalloc(int nByte){ function
15247 ** Like free() but works for allocations obtained from sqlite3MemMalloc()
15283 ** sqlite3MemMalloc().
15379 sqlite3MemMalloc,
15635 static void *sqlite3MemMalloc(int nByte){ function
15742 pNew = sqlite3MemMalloc(nByte);
15759 sqlite3MemMalloc,
15775 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
[all...]

Completed in 331 milliseconds