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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c14787 static void *sqlite3MemMalloc(int nByte){ return 0; } function
14803 sqlite3MemMalloc,
14854 static void *sqlite3MemMalloc(int nByte){ function
14870 ** Like free() but works for allocations obtained from sqlite3MemMalloc()
14898 ** sqlite3MemMalloc().
14955 sqlite3MemMalloc,
15211 static void *sqlite3MemMalloc(int nByte){ function
15318 pNew = sqlite3MemMalloc(nByte);
15335 sqlite3MemMalloc,
15351 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
[all...]

Completed in 339 milliseconds