Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
e579dab5
Commit
e579dab5
authored
Jan 29, 2015
by
Manuel Pégourié-Gonnard
Browse files
Fix compile issue when buffer_alloc not available
parent
500de6eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
programs/test/benchmark.c
programs/test/benchmark.c
+2
-2
No files found.
programs/test/benchmark.c
View file @
e579dab5
...
...
@@ -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 ) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment