Skip to content

Commit

Permalink
Tiny wordsmithing.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed May 25, 2020
1 parent 2862041 commit d764932
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/how-bloaty-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ every byte of the file, otherwise Bloaty's totals would not match the file size.
Also notice that there is an entry in the VM map that says `[-- Nothing mapped
--]`. This is calling attention to the fact that there is a gap in the address
space here. Since nothing is mapped, these regions of the VM space don't
actually need to be mapped. However, unless this unused space aligns with page
boundaries, it will probably end up getting mapped anyway.
actually need to accessible in the target process image. However, unless this
unused space aligns with page boundaries, it will probably end up getting
mapped anyway.

Sometimes we know a region's start but not its end. For example, Mach-O
symbols have an address but not a size (whereas ELF symbols have both).
Expand Down

0 comments on commit d764932

Please sign in to comment.