libxml / injectable_functions /xmlmemory_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
[
{
"function_name": "xmlMemFree",
"function_signature": "void xmlMemFree(void *ptr)",
"test_filename": "tests_xmlmemory_xmlMemFree.c"
},
{
"function_name": "xmlMemSize",
"function_signature": "size_t xmlMemSize(void *ptr)",
"test_filename": "tests_xmlmemory_xmlMemSize.c"
},
{
"function_name": "xmlCleanupMemoryInternal",
"function_signature": "void xmlCleanupMemoryInternal(void)",
"test_filename": "tests_xmlmemory_xmlCleanupMemoryInternal.c"
},
{
"function_name": "xmlMemSetup",
"function_signature": "int xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,\n xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc)",
"test_filename": "tests_xmlmemory_xmlMemSetup.c"
},
{
"function_name": "xmlGcMemSetup",
"function_signature": "int xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,\n xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc,\n\t xmlStrdupFunc strdupFunc)",
"test_filename": "tests_xmlmemory_xmlGcMemSetup.c"
},
{
"function_name": "xmlGcMemGet",
"function_signature": "int xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,\n xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc,\n\t xmlStrdupFunc *strdupFunc)",
"test_filename": "tests_xmlmemory_xmlGcMemGet.c"
}
]