sqlite / injectable_functions /mem5_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
7510827 verified
[
{
"function_name": "memsys5Unlink",
"function_signature": "static void memsys5Unlink(int i, int iLogsize)",
"test_filename": null
},
{
"function_name": "memsys5Link",
"function_signature": "static void memsys5Link(int i, int iLogsize)",
"test_filename": "tests_mem5_memsys5Link.c"
},
{
"function_name": "memsys5FreeUnsafe",
"function_signature": "static void memsys5FreeUnsafe(void *pOld)",
"test_filename": "tests_mem5_memsys5FreeUnsafe.c"
},
{
"function_name": "memsys5Roundup",
"function_signature": "static int memsys5Roundup(int n)",
"test_filename": "tests_mem5_memsys5Roundup.c"
},
{
"function_name": "memsys5Init",
"function_signature": "static int memsys5Init(void *NotUsed)",
"test_filename": "tests_mem5_memsys5Init.c"
},
{
"function_name": "sqlite3Memsys5Dump",
"function_signature": "void sqlite3Memsys5Dump(const char *zFilename)",
"test_filename": "tests_mem5_sqlite3Memsys5Dump.c"
}
]