fts3HashMalloc   118361 third_party/sqlite/amalgamation/sqlite3.c   new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) );
fts3HashMalloc   118520 third_party/sqlite/amalgamation/sqlite3.c   new_elem = (Fts3HashElem*)fts3HashMalloc( sizeof(Fts3HashElem) );
fts3HashMalloc   118523 third_party/sqlite/amalgamation/sqlite3.c     new_elem->pKey = fts3HashMalloc( nKey );
fts3HashMalloc    202 third_party/sqlite/src/ext/fts3/fts3_hash.c   new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) );
fts3HashMalloc    361 third_party/sqlite/src/ext/fts3/fts3_hash.c   new_elem = (Fts3HashElem*)fts3HashMalloc( sizeof(Fts3HashElem) );
fts3HashMalloc    364 third_party/sqlite/src/ext/fts3/fts3_hash.c     new_elem->pKey = fts3HashMalloc( nKey );