contextMalloc    96852 ext/sqlite3/libsqlite/sqlite3.c     z1 = contextMalloc(context, ((i64)n)+1);
contextMalloc    96871 ext/sqlite3/libsqlite/sqlite3.c     z1 = contextMalloc(context, ((i64)n)+1);
contextMalloc    96933 ext/sqlite3/libsqlite/sqlite3.c   p = contextMalloc(context, n);
contextMalloc    97411 ext/sqlite3/libsqlite/sqlite3.c       zText = (char *)contextMalloc(context, (2*(i64)nBlob)+4); 
contextMalloc    97435 ext/sqlite3/libsqlite/sqlite3.c       z = contextMalloc(context, ((i64)i)+((i64)n)+3);
contextMalloc    97531 ext/sqlite3/libsqlite/sqlite3.c   z = zHex = contextMalloc(context, ((i64)n)*2 + 1);
contextMalloc    97612 ext/sqlite3/libsqlite/sqlite3.c   zOut = contextMalloc(context, (i64)nOut);
contextMalloc    97691 ext/sqlite3/libsqlite/sqlite3.c       azChar = contextMalloc(context, ((i64)nChar)*(sizeof(char*)+1));