Skip to content

Remove MBEDTLS_MEMORY_BUFFER_ALLOC_C usages #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

RonEld
Copy link
Contributor

@RonEld RonEld commented Aug 1, 2018

Remove references to MBEDTLS_MEMORY_BUFFER_ALLOC_C as it is not used
in Mbed OS, and Mbed OS has its own memory statistics mechanisms.
Resolves #171

Remove references to `MBEDTLS_MEMORY_BUFFER_ALLOC_C` as it is not used
in Mbed OS, and Mbed OS has its own memory statistics mechanisms.
Copy link
Contributor

@simonbutcher simonbutcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't tested it, but it looks fine apart from one line that seems to have been left over.

@@ -154,11 +150,6 @@
*/
#define MEM_BLOCK_OVERHEAD ( 2 * sizeof( size_t ) )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line can also, and therefore should also be removed.

Remove the definitino of `MEM_BLOCK_OVERHEAD` as it is not needed anymore.
@RonEld
Copy link
Contributor Author

RonEld commented Aug 1, 2018

@sbutcher-arm I addressed your comment

@RonEld
Copy link
Contributor Author

RonEld commented Aug 15, 2018

Closing, as #194 covers this as well

@RonEld RonEld closed this Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants