give thunks symbol names in the bootimage build, use Heap::allocate instead of malloc

This commit is contained in:
Joshua Warner
2012-05-07 10:00:59 -06:00
parent 4266b0df7f
commit 7c38ea75e4
4 changed files with 46 additions and 22 deletions

View File

@ -55,7 +55,7 @@ public:
unsigned addr;
String name;
inline SymbolInfo(uint64_t addr, const char* name):
inline SymbolInfo(uint64_t addr, const String& name):
addr(addr),
name(name) {}