This is an archive of the discontinued LLVM Phabricator instance.

[lldb/examples] Add missing declaration in heap.py
ClosedPublic

Authored by kastiglione on Sep 23 2020, 9:13 AM.

Details

Summary

Add missing declaration for malloc_get_all_zones in heap.py.

Diff Detail

Event Timeline

kastiglione created this revision.Sep 23 2020, 9:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2020, 9:13 AM
kastiglione requested review of this revision.Sep 23 2020, 9:13 AM
JDevlieghere accepted this revision.Sep 23 2020, 8:45 PM

Based on the signature of the call below this LGTM.

This revision is now accepted and ready to land.Sep 23 2020, 8:45 PM
This revision was automatically updated to reflect the committed changes.