commit | 8ed64a4939b71759e948ca586d96d7d5820c6803 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 18 08:14:26 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 29 09:30:05 2018 -0700 |
tree | 25571f14bc851b8ce25d51c7fc69be78c704c172 | |
parent | 99567355e802d6f9680bbb393bd72efd8bcb1bdf [diff] |
malloc_simple: Add logging of allocations It is sometimes useful to see what memory is being allocated early during boot. Add logging to support this, using a new LOGC_ALLOC category. Signed-off-by: Simon Glass <sjg@chromium.org>