File size: 1,425 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
[
  {
    "function_name": "adjustStats",
    "function_signature": "static void adjustStats(int iSize, int increment)",
    "test_filename": "tests_mem2_adjustStats.c"
  },
  {
    "function_name": "sqlite3MemInit",
    "function_signature": "static int sqlite3MemInit(void *NotUsed)",
    "test_filename": "tests_mem2_sqlite3MemInit.c"
  },
  {
    "function_name": "randomFill",
    "function_signature": "static void randomFill(char *pBuf, int nByte)",
    "test_filename": "tests_mem2_randomFill.c"
  },
  {
    "function_name": "sqlite3MemFree",
    "function_signature": "static void sqlite3MemFree(void *pPrior)",
    "test_filename": "tests_mem2_sqlite3MemFree.c"
  },
  {
    "function_name": "sqlite3MemSetDefault",
    "function_signature": "void sqlite3MemSetDefault(void)",
    "test_filename": "tests_mem2_sqlite3MemSetDefault.c"
  },
  {
    "function_name": "sqlite3MemdebugHasType",
    "function_signature": "int sqlite3MemdebugHasType(const void *p, u8 eType)",
    "test_filename": "tests_mem2_sqlite3MemdebugHasType.c"
  },
  {
    "function_name": "sqlite3MemdebugNoType",
    "function_signature": "int sqlite3MemdebugNoType(const void *p, u8 eType)",
    "test_filename": "tests_mem2_sqlite3MemdebugNoType.c"
  },
  {
    "function_name": "sqlite3MemdebugDump",
    "function_signature": "void sqlite3MemdebugDump(const char *zFilename)",
    "test_filename": "tests_mem2_sqlite3MemdebugDump.c"
  }
]