Files
u-boot/lib
Simon Glass 43f6682069 ext4l: Extract alloc declarations into their own file
Create include/linux/slab.h and include/linux/vmalloc.h with memory
allocation functions:

slab.h:
- GFP flags (GFP_KERNEL, GFP_ATOMIC, etc.)
- kmalloc(), kzalloc(), kcalloc(), kmalloc_array()
- kfree(), krealloc(), kmemdup()
- kmem_cache_* functions

vmalloc.h:
- vmalloc(), vzalloc(), vfree()
- __vmalloc()

Update compat.h to include these headers and remove duplicate
definitions.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-17 14:01:22 +00:00
..
2025-05-01 05:56:48 -06:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2025-05-01 05:56:48 -06:00
2025-11-12 08:40:05 -07:00
2024-10-11 11:44:48 -06:00
2024-07-15 12:12:18 -06:00
2024-07-15 12:12:18 -06:00
2025-09-11 15:19:22 -06:00
2025-02-06 23:49:28 +00:00
2024-07-15 12:12:18 -06:00
2025-06-27 07:50:11 -06:00
2024-07-15 12:12:18 -06:00
2025-02-06 23:49:28 +00:00
2025-02-06 23:49:28 +00:00
2025-02-06 23:49:28 +00:00
2024-10-14 17:58:28 -06:00
2025-05-16 06:14:22 +02:00
2024-10-11 11:44:47 -06:00
2024-10-14 17:58:30 -06:00
2025-05-16 18:17:17 +02:00