website icon indicating copy to clipboard operation
website copied to clipboard

what does the "Allocated" mean in the hover card?

Open makesimple opened this issue 4 years ago • 2 comments

Hi, here is the explanation about the "Allocated" in this page : "Allocated: Current capacity of the heap is typically slightly larger than total size of all heap objects." I have some questions about this explatnation:

  1. Does the heap mean flutter heap?
  2. If it's flutter heap, Is it a part of RSS or Virt ? which one?
  3. If it isn't flutter heap, what is it compose of? Allocated=Dart/Flutter + Dart/Flutter Native ?

Thanks

makesimple avatar Sep 01 '21 02:09 makesimple