index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
ralloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/ralloc: fix ralloc alignment on Win64
Jesse Natalie
2020-04-21
1
-0
/
+4
*
util/ralloc: Add helpers for growing zero-initialized memory
Jason Ekstrand
2019-05-14
1
-0
/
+25
*
util/ralloc: Make sizeof(linear_header) a multiple of 8
Matt Turner
2018-11-12
1
-2
/
+12
*
util/ralloc: Switch from DEBUG to NDEBUG
Matt Turner
2018-11-12
1
-14
/
+4
*
util/macros: Import ALIGN_POT from ralloc.c
Jason Ekstrand
2018-07-02
1
-2
/
+0
*
ralloc: Allow reparenting to a NULL context
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
util/ralloc: Don't define assert with magic member without DEBUG
Dylan Baker
2017-09-27
1
-0
/
+8
*
util/ralloc: set prev-pointers correctly in ralloc_adopt
Nicolai Hähnle
2017-09-06
1
-1
/
+3
*
util/ralloc: add ralloc_str_append() helper
Timothy Arceri
2017-08-11
1
-0
/
+19
*
util: remove unneeded Android ifdef from ralloc.c
Rob Herring
2017-05-25
1
-5
/
+0
*
ralloc: Use strnlen() inside of strncat()
Vladislav Egorov
2017-05-22
1
-6
/
+1
*
ralloc: don't leave out the alignment factor
Grazvydas Ignotas
2017-03-06
1
-1
/
+3
*
ralloc: Make sure ralloc() allocations match malloc()'s alignment.
Jonas Pfeil
2017-03-02
1
-1
/
+12
*
ralloc: Delete autofree handling.
Kenneth Graunke
2017-02-27
1
-18
/
+0
*
ralloc: add a linear allocator as a child node of ralloc
Marek Olšák
2016-10-31
1
-0
/
+353
*
ralloc: remove memset from ralloc_size
Marek Olšák
2016-10-31
1
-15
/
+11
*
ralloc: don't memset ralloc_header, clear it manually
Marek Olšák
2016-10-31
1
-1
/
+15
*
util/ralloc: Remove double zero'ing of rzalloc buffers
Jordan Justen
2016-05-10
1
-9
/
+12
*
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
Kenneth Graunke
2015-12-18
1
-0
/
+1
*
ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.
Matt Turner
2015-11-12
1
-0
/
+1
*
util: use strnlen() in strndup() implementations
Samuel Iglesias Gonsalvez
2015-09-30
1
-4
/
+1
*
ralloc: Implement a new ralloc_adopt() API.
Kenneth Graunke
2015-04-02
1
-0
/
+26
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-0
/
+492