sqlite3Malloc    10911 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void *sqlite3Malloc(int);
sqlite3Malloc    13985 third_party/sqlite/amalgamation/sqlite3.c     void *pTstAlloc = sqlite3Malloc(10);                             \
sqlite3Malloc    14155 third_party/sqlite/amalgamation/sqlite3.c   pFile = (sqlite3_file *)sqlite3Malloc(pVfs->szOsFile);
sqlite3Malloc    16650 third_party/sqlite/amalgamation/sqlite3.c       pNew = sqlite3Malloc(sizeof(*pNew));
sqlite3Malloc    18032 third_party/sqlite/amalgamation/sqlite3.c   return sqlite3Malloc(n);
sqlite3Malloc    18218 third_party/sqlite/amalgamation/sqlite3.c     return sqlite3Malloc(nBytes); /* IMP: R-28354-25769 */
sqlite3Malloc    18277 third_party/sqlite/amalgamation/sqlite3.c   void *p = sqlite3Malloc(n);
sqlite3Malloc    18345 third_party/sqlite/amalgamation/sqlite3.c   p = sqlite3Malloc(n);
sqlite3Malloc    19151 third_party/sqlite/amalgamation/sqlite3.c           bufpt = zExtra = sqlite3Malloc( n );
sqlite3Malloc    21490 third_party/sqlite/amalgamation/sqlite3.c   new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
sqlite3Malloc    21630 third_party/sqlite/amalgamation/sqlite3.c   new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
sqlite3Malloc    35142 third_party/sqlite/amalgamation/sqlite3.c     p = sqlite3Malloc(nByte);
sqlite3Malloc    38823 third_party/sqlite/amalgamation/sqlite3.c   zMasterJournal = sqlite3Malloc((int)nMasterJournal + nMasterPtr + 1);
sqlite3Malloc    40763 third_party/sqlite/amalgamation/sqlite3.c     zPathname = sqlite3Malloc(nPathname*2);
sqlite3Malloc    47704 third_party/sqlite/amalgamation/sqlite3.c     void *pKey = sqlite3Malloc( (int)pCur->nKey );
sqlite3Malloc    48876 third_party/sqlite/amalgamation/sqlite3.c       char *zFullPathname = sqlite3Malloc(nFullPathname);
sqlite3Malloc    51640 third_party/sqlite/amalgamation/sqlite3.c           pCellKey = sqlite3Malloc( nCell );
sqlite3Malloc    54943 third_party/sqlite/amalgamation/sqlite3.c   sCheck.anRef = sqlite3Malloc( (sCheck.nPage+1)*sizeof(sCheck.anRef[0]) );
sqlite3Malloc    82011 third_party/sqlite/amalgamation/sqlite3.c     z = sqlite3Malloc((int)nByte);
sqlite3Malloc    86446 third_party/sqlite/amalgamation/sqlite3.c     *pzErrMsg = sqlite3Malloc(nErrMsg);
sqlite3Malloc    106750 third_party/sqlite/amalgamation/sqlite3.c   pEngine = sqlite3ParserAlloc((void*(*)(size_t))sqlite3Malloc);
sqlite3Malloc    107717 third_party/sqlite/amalgamation/sqlite3.c     pStart = sqlite3Malloc( sz*cnt );  /* IMP: R-61949-35727 */
sqlite3Malloc    110177 third_party/sqlite/amalgamation/sqlite3.c         void **pNew = (void **)sqlite3Malloc(nArg*sizeof(void *)*2);
sqlite3Malloc     585 third_party/sqlite/src/src/btree.c     void *pKey = sqlite3Malloc( (int)pCur->nKey );
sqlite3Malloc    1757 third_party/sqlite/src/src/btree.c       char *zFullPathname = sqlite3Malloc(nFullPathname);
sqlite3Malloc    4521 third_party/sqlite/src/src/btree.c           pCellKey = sqlite3Malloc( nCell );
sqlite3Malloc    7824 third_party/sqlite/src/src/btree.c   sCheck.anRef = sqlite3Malloc( (sCheck.nPage+1)*sizeof(sCheck.anRef[0]) );
sqlite3Malloc     312 third_party/sqlite/src/src/func.c     z = sqlite3Malloc((int)nByte);
sqlite3Malloc     119 third_party/sqlite/src/src/hash.c   new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
sqlite3Malloc     259 third_party/sqlite/src/src/hash.c   new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
sqlite3Malloc     131 third_party/sqlite/src/src/legacy.c     *pzErrMsg = sqlite3Malloc(nErrMsg);
sqlite3Malloc     472 third_party/sqlite/src/src/main.c     pStart = sqlite3Malloc( sz*cnt );  /* IMP: R-61949-35727 */
sqlite3Malloc     327 third_party/sqlite/src/src/malloc.c   return sqlite3Malloc(n);
sqlite3Malloc     513 third_party/sqlite/src/src/malloc.c     return sqlite3Malloc(nBytes); /* IMP: R-28354-25769 */
sqlite3Malloc     572 third_party/sqlite/src/src/malloc.c   void *p = sqlite3Malloc(n);
sqlite3Malloc     640 third_party/sqlite/src/src/malloc.c   p = sqlite3Malloc(n);
sqlite3Malloc     115 third_party/sqlite/src/src/mutex_noop.c       pNew = sqlite3Malloc(sizeof(*pNew));
sqlite3Malloc     261 third_party/sqlite/src/src/notify.c         void **pNew = (void **)sqlite3Malloc(nArg*sizeof(void *)*2);
sqlite3Malloc      41 third_party/sqlite/src/src/os.c     void *pTstAlloc = sqlite3Malloc(10);                             \
sqlite3Malloc     211 third_party/sqlite/src/src/os.c   pFile = (sqlite3_file *)sqlite3Malloc(pVfs->szOsFile);
sqlite3Malloc    2393 third_party/sqlite/src/src/pager.c   zMasterJournal = sqlite3Malloc((int)nMasterJournal + nMasterPtr + 1);
sqlite3Malloc    4333 third_party/sqlite/src/src/pager.c     zPathname = sqlite3Malloc(nPathname*2);
sqlite3Malloc     228 third_party/sqlite/src/src/pcache1.c     p = sqlite3Malloc(nByte);
sqlite3Malloc     668 third_party/sqlite/src/src/printf.c           bufpt = zExtra = sqlite3Malloc( n );
sqlite3Malloc    2566 third_party/sqlite/src/src/sqliteInt.h void *sqlite3Malloc(int);
sqlite3Malloc     407 third_party/sqlite/src/src/tokenize.c   pEngine = sqlite3ParserAlloc((void*(*)(size_t))sqlite3Malloc);