File size: 2,086 Bytes
7510827
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
  {
    "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"
  }
]