|
|
|
|
@ -121,7 +121,6 @@ static inline u64bits _ioa_ntoh64(u64bits v) |
|
|
|
|
void *turn_malloc_func(size_t sz, const char* function, int line); |
|
|
|
|
void *turn_realloc_func(void *ptr, size_t old_sz, size_t new_sz, const char* function, int line); |
|
|
|
|
void turn_free_func(void *ptr, size_t sz, const char* function, int line); |
|
|
|
|
void turn_free_simple(void *ptr); |
|
|
|
|
void *turn_calloc_func(size_t number, size_t size, const char* function, int line); |
|
|
|
|
char *turn_strdup_func(const char* s, const char* function, int line); |
|
|
|
|
void* debug_ptr_add_func(void *ptr, const char* function, int line); |
|
|
|
|
@ -148,7 +147,6 @@ static inline u64bits _ioa_ntoh64(u64bits v) |
|
|
|
|
#define turn_realloc(ptr, old_sz, new_sz) realloc((ptr),(size_t)(new_sz)) |
|
|
|
|
#define turn_calloc(number, sz) calloc((number),(size_t)(sz)) |
|
|
|
|
#define turn_strdup(s) strdup((s)) |
|
|
|
|
#define turn_free_simple free |
|
|
|
|
|
|
|
|
|
#define SSL_NEW(ctx) SSL_new(ctx) |
|
|
|
|
|
|
|
|
|
|