util: promote u_debug_memory.c to src/util
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 10 Feb 2020 12:08:28 +0000 (13:08 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 21 Feb 2020 09:32:19 +0000 (10:32 +0100)
commit2e3318b151abddd456077ec0eed13f95245ce344
tree826d59e3e179b59eac27c33a5215c00b73e10a0a
parent8021daeb1fb58415af5d0a779368dc6617af947e
util: promote u_debug_memory.c to src/util

When os_memory_debug.h was promoted to src/util, this source-file on
which it depends on when the debug-flag is set on windows was left
out. So let's move this also.

It doesn't seem there's any way of triggering this issue right now, but
it seems better to correct this to avoid this from biting us in the ass
in the future.

Fixes: 88c4680b5a5 ("util: promote u_memory to src/util")
Reviewed-by: Dylan Baker <dylan@pnwbakers>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3844>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3844>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/meson.build
src/gallium/auxiliary/util/u_debug_memory.c [deleted file]
src/util/Makefile.sources
src/util/meson.build
src/util/u_debug_memory.c [new file with mode: 0644]