CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
mem3_injectable_functions.json42 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "memsys3UnlinkFromList",4    "function_signature": "static void memsys3UnlinkFromList(u32 i, u32 *pRoot)",5    "test_filename": "tests_mem3_memsys3UnlinkFromList.c"6  },7  {8    "function_name": "memsys3Unlink",9    "function_signature": "static void memsys3Unlink(u32 i)",10    "test_filename": "tests_mem3_memsys3Unlink.c"11  },12  {13    "function_name": "memsys3Link",14    "function_signature": "static void memsys3Link(u32 i)",15    "test_filename": null16  },17  {18    "function_name": "memsys3OutOfMemory",19    "function_signature": "static void memsys3OutOfMemory(int nByte)",20    "test_filename": "tests_mem3_memsys3OutOfMemory.c"21  },22  {23    "function_name": "memsys3Merge",24    "function_signature": "static void memsys3Merge(u32 *pRoot)",25    "test_filename": null26  },27  {28    "function_name": "memsys3FreeUnsafe",29    "function_signature": "static void memsys3FreeUnsafe(void *pOld)",30    "test_filename": "tests_mem3_memsys3FreeUnsafe.c"31  },32  {33    "function_name": "memsys3Init",34    "function_signature": "static int memsys3Init(void *NotUsed)",35    "test_filename": "tests_mem3_memsys3Init.c"36  },37  {38    "function_name": "sqlite3Memsys3Dump",39    "function_signature": "void sqlite3Memsys3Dump(const char *zFilename)",40    "test_filename": "tests_mem3_sqlite3Memsys3Dump.c"41  }42]