Skip to content
  • Matthew Pickering's avatar
    eventlog: Add BLOCKS_SIZE event · ffc96439
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    The BLOCKS_SIZE event reports the size of the currently allocated blocks
    in bytes.
    
    It is like the HEAP_SIZE event, but reports about the blocks rather than
    megablocks.
    
    You can work out the current heap fragmentation by looking at the
    difference between HEAP_SIZE and BLOCKS_SIZE.
    
    Fixes #19357
    ffc96439