Joseph Huber
10445acfa6
[libc] Efficiently implement 'realloc' for AMDGPU devices ( #145960 )
...
Summary:
Now that we have `malloc` we can implement `realloc` efficiently. This
uses the known chunk sizes to avoid unnecessary allocations. We just
return nullptr for NVPTX. I'd remove the list for the entrypoint but
then the libc++ code would stop working. When someone writes the NVPTX
support this will be trivial.
2025-06-30 08:39:40 -05:00
..
2025-06-30 08:39:40 -05:00
2024-12-10 08:59:39 -08:00
2024-10-27 08:49:20 -05:00
2024-12-31 19:36:24 -05:00
2025-02-10 23:56:47 -08:00
2024-12-03 12:36:04 -08:00
2025-06-11 16:25:27 -04:00
2024-07-12 09:28:41 -07:00
2025-06-11 16:25:27 -04:00
2025-06-13 10:31:47 -07:00
2024-07-12 09:28:41 -07:00
2025-06-11 16:25:27 -04:00
2025-03-18 11:38:33 -07:00
2025-03-13 11:35:41 +08:00
2025-06-19 17:51:01 -04:00
2025-06-11 16:25:27 -04:00
2025-06-11 16:25:27 -04:00
2025-06-11 16:25:27 -04:00
2025-06-11 16:25:27 -04:00
2025-06-19 12:05:58 -04:00
2025-06-11 16:25:27 -04:00
2025-06-11 16:25:27 -04:00
2024-07-12 09:28:41 -07:00
2024-02-20 11:20:15 -05:00
2025-04-25 07:58:16 -04:00
2025-06-16 12:22:58 -07:00
2025-06-30 08:39:40 -05:00
2025-06-26 10:18:02 +02:00
2025-06-06 11:18:55 -04:00
2025-06-18 17:56:57 +00:00
2025-06-11 16:25:27 -04:00
2025-06-11 16:25:27 -04:00
2025-06-11 16:25:27 -04:00
2025-06-13 10:31:47 -07:00
2025-06-27 16:51:37 +00:00
2023-09-21 11:14:47 +02:00
2025-03-18 11:38:33 -07:00