CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
mem5_injectable_functions.json32 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "memsys5Unlink",4    "function_signature": "static void memsys5Unlink(int i, int iLogsize)",5    "test_filename": null6  },7  {8    "function_name": "memsys5Link",9    "function_signature": "static void memsys5Link(int i, int iLogsize)",10    "test_filename": "tests_mem5_memsys5Link.c"11  },12  {13    "function_name": "memsys5FreeUnsafe",14    "function_signature": "static void memsys5FreeUnsafe(void *pOld)",15    "test_filename": "tests_mem5_memsys5FreeUnsafe.c"16  },17  {18    "function_name": "memsys5Roundup",19    "function_signature": "static int memsys5Roundup(int n)",20    "test_filename": "tests_mem5_memsys5Roundup.c"21  },22  {23    "function_name": "memsys5Init",24    "function_signature": "static int memsys5Init(void *NotUsed)",25    "test_filename": "tests_mem5_memsys5Init.c"26  },27  {28    "function_name": "sqlite3Memsys5Dump",29    "function_signature": "void sqlite3Memsys5Dump(const char *zFilename)",30    "test_filename": "tests_mem5_sqlite3Memsys5Dump.c"31  }32]