File size: 1,364 Bytes
6baed57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
  {
    "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"
  }
]