replace malloc macros in imports.h with u_memory.h versions

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3024>
This commit is contained in:
Dylan Baker
2018-09-12 15:56:30 -07:00
parent 9ee6e78a87
commit b85775900d
68 changed files with 70 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
#include "texturebindless.h"
#include "util/hash_table.h"
#include "util/u_memory.h"
/**
* Return the gl_texture_handle_object for a given 64-bit handle.