aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/os_memory_aligned.h
Commit message (Collapse)AuthorAgeFilesLines
* util: Add an aligned realloc functionDylan Baker2020-04-211-1/+34
| | | | | | | | | | 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/os_memory: use detect_os.h to uncouple it from galliumEric Engestrom2019-08-021-3/+0
| | | | | | | While at it, remove p_compiler.h as well as it is unused. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* util: promote u_memory to src/utilDylan Baker2018-11-271-0/+98
as well as os_memory* Reviewed-by: Rob Clark <[email protected]>