gint/src/kmalloc
Lephe 70dccc29da
style: initialize non-trivially initialized pointer
We always have c <= 15 but it's not structural enough that we can
outright skip initializing the pointer.
2023-01-14 22:28:18 +01:00
..
arena_gint.c style: initialize non-trivially initialized pointer 2023-01-14 22:28:18 +01:00
arena_osheap.c kmalloc: create the kmalloc interface 2021-03-12 17:24:49 +01:00
kmalloc.c kmalloc: fix krealloc() not trying across arenas 2022-11-10 19:54:45 +01:00