| [ |
| { |
| "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" |
| } |
| ] |