Searched refs:empty2 (Results 1 – 1 of 1) sorted by relevance
82 void *empty2 = mbedtls_calloc( 0, 1 ); in calloc_self_test() local87 if( empty1 == NULL && empty2 == NULL ) in calloc_self_test()92 else if( empty1 == NULL || empty2 == NULL ) in calloc_self_test()98 else if( empty1 == empty2 ) in calloc_self_test()147 mbedtls_free( empty2 ); in calloc_self_test()
Completed in 2 milliseconds