contextMalloc    82537 ext/sqlite3/libsqlite/sqlite3.c     z1 = contextMalloc(context, ((i64)n)+1);
contextMalloc    82557 ext/sqlite3/libsqlite/sqlite3.c     z1 = contextMalloc(context, ((i64)n)+1);
contextMalloc    82639 ext/sqlite3/libsqlite/sqlite3.c   p = contextMalloc(context, n);
contextMalloc    83074 ext/sqlite3/libsqlite/sqlite3.c       zText = (char *)contextMalloc(context, (2*(i64)nBlob)+4); 
contextMalloc    83098 ext/sqlite3/libsqlite/sqlite3.c       z = contextMalloc(context, ((i64)i)+((i64)n)+3);
contextMalloc    83138 ext/sqlite3/libsqlite/sqlite3.c   z = zHex = contextMalloc(context, ((i64)n)*2 + 1);
contextMalloc    83219 ext/sqlite3/libsqlite/sqlite3.c   zOut = contextMalloc(context, (i64)nOut);
contextMalloc    83298 ext/sqlite3/libsqlite/sqlite3.c       azChar = contextMalloc(context, ((i64)nChar)*(sizeof(char*)+1));