testContextMalloc  105 third_party/sqlite/src/src/test_func.c   zVal = testContextMalloc(pCtx, len+3);
testContextMalloc  128 third_party/sqlite/src/src/test_func.c   zVal = testContextMalloc(pCtx, len+3);
testContextMalloc  191 third_party/sqlite/src/src/test_func.c   char *zRet = testContextMalloc(pCtx, nArg*2);
testContextMalloc  206 third_party/sqlite/src/src/test_func.c       zAux = testContextMalloc(pCtx, n);