Skip to content
Commit c81bc3e0 authored by Hugues Kamba Mpiana's avatar Hugues Kamba Mpiana Committed by Jaeden Amero
Browse files

alloc: Add IOT SDK specific dynamic memory management



The added functions for dynamic memory management currently map to the
standard library functions. However, they can be extended to provide
more useful information.

The module is also useful for the purpose of mocking dynamic memory
allocation in unit tests to simulate behaviours when dynamic memory
allocation fails. This is because googletest also uses the standard
library dynamic memory management functions and mocking such functions
leads to errors with the test framework.

Signed-off-by: Hugues Kamba Mpiana's avatarHugues Kamba-Mpiana <hugues.kambampiana@arm.com>
parent 3d6284f1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment