fts3HashMalloc   140926 ext/sqlite3/libsqlite/sqlite3.c   new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) );
fts3HashMalloc   141085 ext/sqlite3/libsqlite/sqlite3.c   new_elem = (Fts3HashElem*)fts3HashMalloc( sizeof(Fts3HashElem) );
fts3HashMalloc   141088 ext/sqlite3/libsqlite/sqlite3.c     new_elem->pKey = fts3HashMalloc( nKey );