Skip to content

util/os_memory: never use os_memory_debug.h

Erik Faye-Lund requested to merge kusma/mesa:fix-windows-debug-memory into master

This is currently broken hard, because this code is being used in more places that it used to be, and fixing that is prohibitively hard right now.

This is far from ideal, as it leaves the same inconsistency in the EMBEDDED_DEVICE code-path. But that only used by VMWare, so it's probably better if they fix it, as they know their requirements better than we do.

Closes: #2911 (closed)

Edited by Erik Faye-Lund

Merge request reports