mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
Fix compile issue when buffer_alloc not available
This commit is contained in:
parent
500de6eb18
commit
e579dab5f0
@ -151,8 +151,8 @@ do { \
|
||||
polarssl_printf( "%6u heap bytes", (unsigned) max_bytes );
|
||||
|
||||
#else
|
||||
#define MEMORY_MEASURE_INIT( l )
|
||||
#define MEMORY_MEASURE_PRINT
|
||||
#define MEMORY_MEASURE_INIT
|
||||
#define MEMORY_MEASURE_PRINT( title_len )
|
||||
#endif
|
||||
|
||||
#define TIME_PUBLIC( TITLE, TYPE, CODE ) \
|
||||
|
Loading…
Reference in New Issue
Block a user