util: Add size to ralloc_header in debug mode
authorCaio Oliveira <caio.oliveira@intel.com>
Mon, 18 Sep 2023 21:24:00 +0000 (14:24 -0700)
committerMarge Bot <emma+marge@anholt.net>
Sat, 7 Oct 2023 01:34:13 +0000 (01:34 +0000)
commit5fa2b33d56c198bee0ae1c2f0bba8f79223b1482
tree206873409f9e9ddec1bd155a9457c700340305ea
parent32b361089c59d0677aa8cca39c2398f74fbb61d2
util: Add size to ralloc_header in debug mode

For 64-bit environments this just fills a padding.  Will enable
dumping more information when debugging ralloc trees.

Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25482>
src/util/ralloc.c