Dave Watson 936bc2aa15 prof: Fix memory regression
The diff 'refactor prof accum...' moved the bytes_until_sample
subtraction before the load of tdata.  If tdata is null,
tdata_get(true) will overwrite bytes_until_sample, but we
still sample the current allocation.   Instead, do the subtraction
and check logic again, to keep the previous behavior.

blame-rev: 0ac524308d3f636d1a4b5149fa7adf24cf426d9c
2018-10-23 12:39:57 -07:00
..
2017-03-06 15:08:43 -08:00
2018-07-09 21:40:42 -07:00
2017-08-30 16:47:32 -07:00
2018-08-01 13:27:11 -07:00
2018-07-09 21:40:42 -07:00
2018-05-18 11:43:03 -07:00
2017-10-02 20:44:43 -07:00
2018-04-09 16:50:30 -07:00
2017-05-23 12:26:20 -07:00
2017-03-07 10:25:33 -08:00
2018-08-01 13:27:11 -07:00
2018-10-23 12:39:57 -07:00
2018-07-09 21:40:42 -07:00
2018-08-02 10:16:06 -07:00
2017-05-25 16:52:10 -07:00
2017-05-25 16:52:10 -07:00
2017-10-04 18:37:23 -07:00
2018-10-18 08:32:19 -07:00
2018-07-09 21:40:42 -07:00
2017-04-24 15:02:45 -07:00
2018-08-01 13:27:11 -07:00