sqlite / injectable_functions /malloc_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
7510827 verified
[
{
"function_name": "sqlite3_release_memory",
"function_signature": "int sqlite3_release_memory(int n)",
"test_filename": "tests_malloc_sqlite3_release_memory.c"
},
{
"function_name": "sqlite3_memory_alarm",
"function_signature": "int sqlite3_memory_alarm(\n void(*xCallback)(void *pArg, sqlite3_int64 used,int N),\n void *pArg,\n sqlite3_int64 iThreshold\n)",
"test_filename": "tests_malloc_sqlite3_memory_alarm.c"
},
{
"function_name": "sqlite3_soft_heap_limit64",
"function_signature": "sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n)",
"test_filename": "tests_malloc_sqlite3_soft_heap_limit64.c"
},
{
"function_name": "sqlite3_hard_heap_limit64",
"function_signature": "sqlite3_int64 sqlite3_hard_heap_limit64(sqlite3_int64 n)",
"test_filename": "tests_malloc_sqlite3_hard_heap_limit64.c"
},
{
"function_name": "sqlite3MallocInit",
"function_signature": "int sqlite3MallocInit(void)",
"test_filename": "tests_malloc_sqlite3MallocInit.c"
},
{
"function_name": "mallocWithAlarm",
"function_signature": "static void mallocWithAlarm(int n, void **pp)",
"test_filename": "tests_malloc_mallocWithAlarm.c"
},
{
"function_name": "sqlite3DbMallocSize",
"function_signature": "int sqlite3DbMallocSize(sqlite3 *db, const void *p)",
"test_filename": "tests_malloc_sqlite3DbMallocSize.c"
},
{
"function_name": "sqlite3_free",
"function_signature": "void sqlite3_free(void *p)",
"test_filename": "tests_malloc_sqlite3_free.c"
},
{
"function_name": "sqlite3DbFreeNN",
"function_signature": "void sqlite3DbFreeNN(sqlite3 *db, void *p)",
"test_filename": "tests_malloc_sqlite3DbFreeNN.c"
},
{
"function_name": "sqlite3DbNNFreeNN",
"function_signature": "void sqlite3DbNNFreeNN(sqlite3 *db, void *p)",
"test_filename": "tests_malloc_sqlite3DbNNFreeNN.c"
},
{
"function_name": "sqlite3ApiExit",
"function_signature": "int sqlite3ApiExit(sqlite3* db, int rc)",
"test_filename": "tests_malloc_sqlite3ApiExit.c"
}
]