CRYPTO_malloc
#define OPENSSL_malloc(num) CRYPTO_malloc((int)num,NULL,0)
void *CRYPTO_malloc(int num, const char *file, int line);