Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle high 64 bit addresses for C++ #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doctau
Copy link

@doctau doctau commented Jul 25, 2014

Direct conversion via long results in 0xffffffff00000001 being output
as "0x-4294967295" which is not valid

Direct conversion via long results in 0xffffffff00000001 being output
as "0x-4294967295" which is not valid
@doctau
Copy link
Author

doctau commented Jul 25, 2014

Actually, this may not be quite correct - some C++ allocations are no longer categorised correctly :-\

@rogerhu
Copy link
Owner

rogerhu commented Jul 25, 2014

How can a long() take in a string?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants