Skip to content
Snippets Groups Projects
Commit 21d651fb authored by Simon Glass's avatar Simon Glass
Browse files

sandbox: Complete migration away from os_malloc()


Now that we can use direct access to the system malloc() in sandbox, drop
the remaining uses of os_malloc().

The only one remaining now is for the RAM buffer, which we do want to be
at a known address, so this is intended.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent f2176515
No related branches found
No related tags found
No related merge requests found
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