aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/u_memory.h
Commit message (Collapse)AuthorAgeFilesLines
* util: Add an aligned realloc functionDylan Baker2020-04-211-0/+1
| | | | | | | | | | Mesa has one of these in imports.h, so u_memory needs one as well. This is the version from mesa ported. Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Matt Turner <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3024>
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-271-2/+1
| | | | | | | It's a mess, but this is what I arrived at. Reviewed-by: Timothy Arceri <[email protected] Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4324>
* util: promote u_memory to src/utilDylan Baker2018-11-271-0/+99
as well as os_memory* Reviewed-by: Rob Clark <[email protected]>