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