sandbox: Use a prefix for all allocation functions
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:35:58 +0000 (07:35 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commitcfda60f99ae237494e9341aad9676152d3bac3c9
tree86f56de564e820f72b80c76c04b655ea9193ad6f
parentcf23c7c1dd11ca8f47bb7146c72729efc81eafd0
sandbox: Use a prefix for all allocation functions

In order to allow use of both U-Boot's malloc() and the C library's
version, set a prefix for the allocation functions so that they can
co-exist.

This is only done for sandbox. For other archs everything remains the
same.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/malloc.h