index
:
platform/upstream/mesa
19.2.8
19.3.0
19.3.0.1
20.1.8
20.3.0
21.0.0
21.0.0_tizen
21.0_rc5
21.2.3
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/coregl
devel/libtpl-egl
devel/x11
lock_surface
pristine-tar
sandbox/akazmin/tizen6_asan
sandbox/baixl/devel
sandbox/denis13/esan
sandbox/gvancuts/x11-vmware
sandbox/jbko/21.2.0-devel
sandbox/jbko/devel
sandbox/jbko/vk_devel
sandbox/jbko/vk_devel2
sandbox/jihochu/5.0
sandbox/jobol/devel
sandbox/leemgs/5.0
sandbox/lstelmach/virgl
sandbox/mbachmann/tizen_eglsoft
sandbox/mmajewski2/gbm_mesa
sandbox/mmajewski2/gbm_mesa_static
sandbox/mmajewski2/virgl-wayland-platform
sandbox/mpikula/riscv64
sandbox/mwereski/mesa
sandbox/nmerinov/llvm
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/playchang/riscv64
sandbox/pwieczorek/mesa
sandbox/vbarinov/asan
sandbox/vbarinov/lto
sandbox/yuanzhaowei/devel
tizen
tizen-19.0.0
tizen_23.1.5
tizen_23.3.3
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
tizen_lz
tizen_real
upstream
v17.1.0
Domain: Graphics System / GL; Licenses: MIT;
Hoyub Lee <hoyub.lee@samsung.com>, Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
ralloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-08
util: Avoid waste space when linear alloc'ing large sizes
Caio Oliveira
1
-4
/
+18
2023-10-07
util: Add function print information about a ralloc tree
Caio Oliveira
1
-0
/
+118
2023-10-07
util: Add a canary to identify gc_ctx in debug mode
Caio Oliveira
1
-0
/
+8
2023-10-07
util: Add size to ralloc_header in debug mode
Caio Oliveira
1
-0
/
+2
2023-09-26
util: Fix bookkeeping of linear node sizes
Caio Oliveira
1
-4
/
+5
2023-09-25
util: Remove per-buffer header in linear alloc for release mode
Caio Oliveira
1
-54
/
+79
2023-09-25
util: Remove size information from child allocations
Caio Oliveira
1
-29
/
+6
2023-09-25
util: Remove linear_realloc()
Caio Oliveira
1
-19
/
+0
2023-09-25
util: Remove usages of linear_realloc()
Caio Oliveira
1
-2
/
+5
2023-09-25
util: Use an opaque type for linear context
Caio Oliveira
1
-42
/
+46
2023-09-25
util: Remove size from linear_parent creation
Caio Oliveira
1
-25
/
+7
2023-09-25
util: Use linear parent to (r)allocated extra nodes
Caio Oliveira
1
-25
/
+10
2023-09-25
util: Remove ralloc_parent from linear_header
Caio Oliveira
1
-5
/
+3
2023-09-12
util: Add convenience macros for linear allocator
Caio Oliveira
1
-0
/
+18
2023-06-29
util: sizeof bucket are always 32bit width, use align instead align64
Yonggang Luo
1
-14
/
+18
2023-06-08
util/tests: add gc_alloc_size alignment tests
Rhys Perry
1
-5
/
+8
2023-06-08
util: fix gc_alloc_size alignment
Rhys Perry
1
-4
/
+29
2022-08-30
util: add freelist allocator with mark/sweep
Rhys Perry
1
-0
/
+377
2022-08-30
util/ralloc: add HEADER_ALIGN macro
Rhys Perry
1
-11
/
+8
2022-06-14
util: use c11 alignas instead of rolling our own
Erik Faye-Lund
1
-19
/
+13
2022-06-14
util: sort includes
Erik Faye-Lund
1
-2
/
+2
2021-09-23
vulkan: Add vk_asprintf and vk_vasprintf helpers
Yevhenii Kolesnikov
1
-47
/
+5
2020-08-21
util/ralloc: fix ralloc alignment.
Lepton Wu
1
-2
/
+14
2020-04-21
util/ralloc: fix ralloc alignment on Win64
Jesse Natalie
1
-0
/
+4
2019-05-14
util/ralloc: Add helpers for growing zero-initialized memory
Jason Ekstrand
1
-0
/
+25
2018-11-12
util/ralloc: Make sizeof(linear_header) a multiple of 8
Matt Turner
1
-2
/
+12
2018-11-12
util/ralloc: Switch from DEBUG to NDEBUG
Matt Turner
1
-14
/
+4
2018-07-02
util/macros: Import ALIGN_POT from ralloc.c
Jason Ekstrand
1
-2
/
+0
2017-10-12
ralloc: Allow reparenting to a NULL context
Jason Ekstrand
1
-1
/
+1
2017-09-27
util/ralloc: Don't define assert with magic member without DEBUG
Dylan Baker
1
-0
/
+8
2017-09-06
util/ralloc: set prev-pointers correctly in ralloc_adopt
Nicolai Hähnle
1
-1
/
+3
2017-08-11
util/ralloc: add ralloc_str_append() helper
Timothy Arceri
1
-0
/
+19
2017-05-25
util: remove unneeded Android ifdef from ralloc.c
Rob Herring
1
-5
/
+0
2017-05-22
ralloc: Use strnlen() inside of strncat()
Vladislav Egorov
1
-6
/
+1
2017-03-06
ralloc: don't leave out the alignment factor
Grazvydas Ignotas
1
-1
/
+3
2017-03-02
ralloc: Make sure ralloc() allocations match malloc()'s alignment.
Jonas Pfeil
1
-1
/
+12
2017-02-27
ralloc: Delete autofree handling.
Kenneth Graunke
1
-18
/
+0
2016-10-31
ralloc: add a linear allocator as a child node of ralloc
Marek Olšák
1
-0
/
+353
2016-10-31
ralloc: remove memset from ralloc_size
Marek Olšák
1
-15
/
+11
2016-10-31
ralloc: don't memset ralloc_header, clear it manually
Marek Olšák
1
-1
/
+15
2016-05-10
util/ralloc: Remove double zero'ing of rzalloc buffers
Jordan Justen
1
-9
/
+12
2015-12-18
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
Kenneth Graunke
1
-0
/
+1
2015-11-12
ralloc: Set *start in ralloc_vasprintf_rewrite_tail() if str is NULL.
Matt Turner
1
-0
/
+1
2015-09-30
util: use strnlen() in strndup() implementations
Samuel Iglesias Gonsalvez
1
-4
/
+1
2015-04-02
ralloc: Implement a new ralloc_adopt() API.
Kenneth Graunke
1
-0
/
+26
2014-08-04
util: Move ralloc to a new src/util directory.
Kenneth Graunke
1
-0
/
+492