commit | af7315acf6a3a5ac329b04cb543b5d8a95dc26f1 | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Fri Oct 16 17:50:42 2009 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Mon Oct 19 18:10:35 2009 -0700 |
tree | 4a948c38f280ca63a66e06af4f5ea3731775b603 | |
parent | 7e7d6c48a064af82f0ec39f47b9eb803a6e1df4c [diff] |
bionic/linker: change the buddy allocator to take a handle to the managed area -- rename struct ba_info to struct ba -- move the static ba descriptor from ba.c to linker.c and rename it ba_prelink -- ba_init, ba_allocate, ba_free, ba_start_addr, and ba_len all take a pointer to struct ba Signed-off-by: Iliyan Malchev <malchev@google.com>