Kevin Svetlitski 424dd61d57 Issue a warning upon directly accessing an arena's bins
An arena's bins should normally be accessed via the `arena_get_bin`
function, which properly takes into account bin-shards. To ensure that
we don't accidentally commit code which incorrectly accesses the bins
directly, we mark the field with `__attribute__((deprecated))` with an
appropriate warning message, and suppress the warning in the few places
where directly accessing the bins is allowed.
2023-08-04 15:47:05 -07:00
..
2022-04-25 11:29:00 -07:00
2020-04-11 10:32:11 -07:00
2017-05-25 16:52:10 -07:00
2017-05-25 16:52:10 -07:00