| 29 | static void * (*RedisModule_Calloc_Orig)(size_t nmemb, size_t size); |
| 30 | |
| 31 | void rm_reset_n_alloced() { |
| 32 | n_alloced = 0; |
| 33 | } |
| 34 | |
| 35 | // removes n_bytes from thread memory consumption |
| 36 | static inline void _nmalloc_decrement(int64_t n_bytes) { |
no outgoing calls
no test coverage detected