mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 19:38:10 +02:00
Allocations targeting a pan_kmod_dev can happen concurrently, so we
need the pan_kmod_dev allocator to be thread-safe.
ralloc() is not thread-safe, and we don't really need a hierarchical
allocator in this context anyway, so let's just switch to calloc/free
instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| pan_kmod.c | ||
| pan_kmod.h | ||
| pan_kmod_backend.h | ||
| panfrost_kmod.c | ||
| panthor_kmod.c | ||
| panthor_kmod.h | ||