sqlite / injectable_functions /mem3_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
7510827 verified
[
{
"function_name": "memsys3UnlinkFromList",
"function_signature": "static void memsys3UnlinkFromList(u32 i, u32 *pRoot)",
"test_filename": "tests_mem3_memsys3UnlinkFromList.c"
},
{
"function_name": "memsys3Unlink",
"function_signature": "static void memsys3Unlink(u32 i)",
"test_filename": "tests_mem3_memsys3Unlink.c"
},
{
"function_name": "memsys3Link",
"function_signature": "static void memsys3Link(u32 i)",
"test_filename": null
},
{
"function_name": "memsys3OutOfMemory",
"function_signature": "static void memsys3OutOfMemory(int nByte)",
"test_filename": "tests_mem3_memsys3OutOfMemory.c"
},
{
"function_name": "memsys3Merge",
"function_signature": "static void memsys3Merge(u32 *pRoot)",
"test_filename": null
},
{
"function_name": "memsys3FreeUnsafe",
"function_signature": "static void memsys3FreeUnsafe(void *pOld)",
"test_filename": "tests_mem3_memsys3FreeUnsafe.c"
},
{
"function_name": "memsys3Init",
"function_signature": "static int memsys3Init(void *NotUsed)",
"test_filename": "tests_mem3_memsys3Init.c"
},
{
"function_name": "sqlite3Memsys3Dump",
"function_signature": "void sqlite3Memsys3Dump(const char *zFilename)",
"test_filename": "tests_mem3_sqlite3Memsys3Dump.c"
}
]