mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 04:38:43 +00:00
Fix compile issue when buffer_alloc not available
This commit is contained in:
@@ -151,8 +151,8 @@ do { \
|
|||||||
polarssl_printf( "%6u heap bytes", (unsigned) max_bytes );
|
polarssl_printf( "%6u heap bytes", (unsigned) max_bytes );
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define MEMORY_MEASURE_INIT( l )
|
#define MEMORY_MEASURE_INIT
|
||||||
#define MEMORY_MEASURE_PRINT
|
#define MEMORY_MEASURE_PRINT( title_len )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TIME_PUBLIC( TITLE, TYPE, CODE ) \
|
#define TIME_PUBLIC( TITLE, TYPE, CODE ) \
|
||||||
|
|||||||
Reference in New Issue
Block a user