fts3HashMalloc 118074 ext/sqlite3/libsqlite/sqlite3.c new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) ); fts3HashMalloc 118233 ext/sqlite3/libsqlite/sqlite3.c new_elem = (Fts3HashElem*)fts3HashMalloc( sizeof(Fts3HashElem) ); fts3HashMalloc 118236 ext/sqlite3/libsqlite/sqlite3.c new_elem->pKey = fts3HashMalloc( nKey );