| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/mem_dbg.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | int | - |
| 3 | CRYPTO_mem_ctrl(int mode) | - |
| 4 | { | - |
| 5 | return never executed: (0x0);return (0x0);never executed: return (0x0); | 0 |
| 6 | } | - |
| 7 | - | |
| 8 | int | - |
| 9 | CRYPTO_is_mem_check_on(void) | - |
| 10 | { | - |
| 11 | return never executed: (0);return (0);never executed: return (0); | 0 |
| 12 | } | - |
| 13 | - | |
| 14 | - | |
| 15 | void | - |
| 16 | CRYPTO_dbg_set_options(long bits) | - |
| 17 | { | - |
| 18 | return; never executed: return; | 0 |
| 19 | } | - |
| 20 | - | |
| 21 | long | - |
| 22 | CRYPTO_dbg_get_options(void) | - |
| 23 | { | - |
| 24 | return never executed: (0);return (0);never executed: return (0); | 0 |
| 25 | } | - |
| 26 | - | |
| 27 | int | - |
| 28 | CRYPTO_push_info_(const char *info, const char *file, int line) | - |
| 29 | { | - |
| 30 | return executed 569 times by 33 tests: (0);return (0);Executed by:
executed 569 times by 33 tests: return (0);Executed by:
| 569 |
| 31 | } | - |
| 32 | - | |
| 33 | int | - |
| 34 | CRYPTO_pop_info(void) | - |
| 35 | { | - |
| 36 | return executed 569 times by 33 tests: (0);return (0);Executed by:
executed 569 times by 33 tests: return (0);Executed by:
| 569 |
| 37 | } | - |
| 38 | - | |
| 39 | int | - |
| 40 | CRYPTO_remove_all_info(void) | - |
| 41 | { | - |
| 42 | return never executed: (0);return (0);never executed: return (0); | 0 |
| 43 | } | - |
| 44 | - | |
| 45 | void | - |
| 46 | CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line, | - |
| 47 | int before_p) | - |
| 48 | { | - |
| 49 | - | |
| 50 | abort(); never executed: abort(); | 0 |
| 51 | } | - |
| 52 | - | |
| 53 | void | - |
| 54 | CRYPTO_dbg_free(void *addr, int before_p) | - |
| 55 | { | - |
| 56 | - | |
| 57 | abort(); never executed: abort(); | 0 |
| 58 | } | - |
| 59 | - | |
| 60 | void | - |
| 61 | CRYPTO_dbg_realloc(void *addr1, void *addr2, int num, | - |
| 62 | const char *file, int line, int before_p) | - |
| 63 | { | - |
| 64 | - | |
| 65 | abort(); never executed: abort(); | 0 |
| 66 | } | - |
| 67 | - | |
| 68 | int | - |
| 69 | CRYPTO_mem_leaks(BIO *b) | - |
| 70 | { | - |
| 71 | return executed 53 times by 4 tests: -1;return -1;Executed by:
executed 53 times by 4 tests: return -1;Executed by:
| 53 |
| 72 | } | - |
| 73 | - | |
| 74 | int | - |
| 75 | CRYPTO_mem_leaks_fp(FILE *fp) | - |
| 76 | { | - |
| 77 | return executed 4 times by 4 tests: -1;return -1;Executed by:
executed 4 times by 4 tests: return -1;Executed by:
| 4 |
| 78 | } | - |
| 79 | - | |
| 80 | - | |
| 81 | int | - |
| 82 | CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb) | - |
| 83 | { | - |
| 84 | return never executed: -1;return -1;never executed: return -1; | 0 |
| 85 | } | - |
| Switch to Source code | Preprocessed file |