Tiny pointer style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43189 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -792,8 +792,8 @@ dump_allocations_per_caller(int argc, char **argv)
|
|||||||
kprintf("%10" B_PRIuSIZE " %10" B_PRIuSIZE " %p", info.count,
|
kprintf("%10" B_PRIuSIZE " %10" B_PRIuSIZE " %p", info.count,
|
||||||
info.size, (void*)info.caller);
|
info.size, (void*)info.caller);
|
||||||
|
|
||||||
const char *symbol;
|
const char* symbol;
|
||||||
const char *imageName;
|
const char* imageName;
|
||||||
bool exactMatch;
|
bool exactMatch;
|
||||||
addr_t baseAddress;
|
addr_t baseAddress;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user