tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

script-ignore-alloc-fns-expected.txt (2203B)


      1 #-----------------------------------------------------------------
      2 # dmd.py --filter-stacks-for-testing -o script-ignore-alloc-fns-actual.txt --ignore-alloc-fns script-ignore-alloc-fns.json
      3 
      4 Invocation {
      5  $DMD = '1'
      6  Mode = 'dark-matter'
      7 }
      8 
      9 #-----------------------------------------------------------------
     10 
     11 # no twice-reported heap blocks
     12 
     13 #-----------------------------------------------------------------
     14 
     15 Unreported {
     16  1 block in heap block record 1 of 4
     17  1,048,576 bytes (1,048,576 requested / 0 slop)
     18  93.22% of the heap (93.22% cumulative)
     19  93.22% of unreported (93.22% cumulative)
     20  Allocated at {
     21    #01: A (A.cpp:99)
     22  }
     23 }
     24 
     25 Unreported {
     26  1 block in heap block record 2 of 4
     27  65,536 bytes (65,536 requested / 0 slop)
     28  5.83% of the heap (99.05% cumulative)
     29  5.83% of unreported (99.05% cumulative)
     30  Allocated at {
     31    #01: js::jit::JitRuntime::initialize(JSContext*) (Ion.cpp:301)
     32  }
     33 }
     34 
     35 Unreported {
     36  1 block in heap block record 3 of 4
     37  8,192 bytes (8,000 requested / 192 slop)
     38  0.73% of the heap (99.78% cumulative)
     39  0.73% of unreported (99.78% cumulative)
     40  Allocated at {
     41    #01: mozilla::Vector::growStorageBy(unsigned long) (Vector.h:802)
     42    #02: D (D.cpp:99)
     43  }
     44 }
     45 
     46 Unreported {
     47  1 block in heap block record 4 of 4
     48  2,500 bytes (2,500 requested / 0 slop)
     49  0.22% of the heap (100.00% cumulative)
     50  0.22% of unreported (100.00% cumulative)
     51  Allocated at {
     52    #01: g_type_create_instance (/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0)
     53    #02: not_an_alloc_function_so_alloc_functions_below_here_will_not_be_stripped (blah)
     54    #03: replace_posix_memalign (replace_malloc.h:120)
     55    #04: ??? (/lib/x86_64-linux-gnu/libglib-2.0.so.0)
     56    #05: another_non_alloc_function (blah)
     57  }
     58 }
     59 
     60 #-----------------------------------------------------------------
     61 
     62 # no once-reported heap blocks
     63 
     64 #-----------------------------------------------------------------
     65 
     66 Summary {
     67  Total:             1,124,804 bytes (100.00%) in       4 blocks (100.00%)
     68  Unreported:        1,124,804 bytes (100.00%) in       4 blocks (100.00%)
     69  Once-reported:             0 bytes (  0.00%) in       0 blocks (  0.00%)
     70  Twice-reported:            0 bytes (  0.00%) in       0 blocks (  0.00%)
     71 }