-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Symbolizer::symbolize_single
This change introduces a new API, Symbolizer::symbolize_single, that can be used to symbolize a single address. Our "batch processing" is somewhat cumbersome to use when it is clear that only a single input address is available. On top of that, we can avoid the need for dynamic memory allocation in that case, because we know that at most one symbol can be returned. Closes: #317 Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information
Showing
3 changed files
with
64 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters