Matthew Lugg
b5ff96b4d2
std.heap: remove raw_c_allocator
...
After https://codeberg.org/ziglang/zig/pulls/30103 , `raw_c_allocator` is
redundant. It existed to avoid overhead when you could assert that all
of your `Allocator` usage was going to be compatible with the C `malloc`
API, but the standard `c_allocator` is now able to avoid that overhead
*in the case* that your usage is compatible (and use the less efficient
path in the rare case where it's not), so there's no need for the raw
version anymore. Leaving it in `std.heap` at this point seems like it
would just be a footgun.
2025-12-06 22:08:40 +01:00
..
2025-12-06 08:51:15 +01:00
2025-11-10 09:40:42 +01:00
2025-12-06 10:41:42 +00:00
2025-11-22 22:11:33 -08:00
2025-12-06 08:51:15 +01:00
2025-12-06 10:41:42 +00:00
2025-09-30 13:44:51 +01:00
2025-11-22 22:42:38 +00:00
2025-11-24 15:27:24 -08:00
2025-11-22 22:42:38 +00:00
2025-11-27 20:17:04 +00:00
2025-11-27 20:17:04 +00:00
2025-12-06 08:51:15 +01:00
2025-10-30 09:31:28 +00:00
2025-11-23 09:52:43 -08:00
2025-10-22 11:41:16 +02:00
2025-11-22 22:42:38 +00:00
2025-12-06 08:51:15 +01:00
2025-11-27 20:17:04 +00:00
2025-12-04 03:46:36 +01:00
2025-09-18 22:39:33 -07:00
2025-09-17 19:54:15 -07:00
2025-10-29 06:20:49 -07:00
2025-11-13 22:29:28 +01:00
2025-09-30 13:44:54 +01:00
2025-11-21 19:54:41 -08:00
2025-03-08 14:25:28 -05:00
2025-09-18 22:39:33 -07:00
2025-07-11 08:17:43 +02:00
2025-12-06 09:42:51 +01:00
2025-11-20 14:46:23 -08:00
2025-11-20 14:46:23 -08:00
2025-11-06 05:30:41 -08:00
2025-10-31 18:34:33 -07:00
2025-10-23 09:27:17 +02:00
2025-11-07 08:16:34 +01:00
2025-07-01 23:03:15 +02:00
2025-08-11 15:52:49 -07:00
2025-12-05 14:12:39 +01:00
2025-11-22 22:42:37 +00:00
2025-12-06 10:41:42 +00:00
2025-10-10 22:47:47 -07:00
2025-07-31 22:10:11 -07:00
2025-11-27 12:10:17 +01:00
2025-12-06 08:51:15 +01:00
2025-09-20 14:34:18 -07:00
2025-10-25 21:10:02 -07:00
2024-08-22 08:44:08 +02:00
2025-11-14 11:33:35 +01:00
2025-11-26 11:30:03 +01:00
2025-11-27 20:17:04 +00:00
2025-11-22 22:42:38 +00:00
2025-11-14 11:33:35 +01:00
2025-05-21 13:01:21 +03:30
2025-11-20 14:46:23 -08:00
2025-11-22 22:42:38 +00:00
2025-12-06 22:08:40 +01:00
2025-11-26 20:08:14 -08:00
2025-12-05 14:14:01 +01:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2025-11-20 10:42:20 +00:00
2025-11-22 22:42:38 +00:00
2025-11-27 20:17:04 +00:00
2025-11-27 20:17:04 +00:00
2025-11-22 22:42:38 +00:00
2024-08-27 00:44:35 +01:00
2025-11-23 23:38:01 -08:00
2025-08-29 17:14:26 -07:00
2025-11-14 12:19:38 +01:00
2025-12-01 19:17:52 -08:00
2025-08-11 15:52:49 -07:00
2025-02-01 19:02:39 +01:00
2025-12-03 08:35:24 +01:00
2025-11-26 14:16:08 +01:00
2025-10-29 06:20:48 -07:00
2025-08-29 17:14:26 -07:00
2025-11-10 09:40:44 +01:00
2025-10-25 21:28:54 -07:00
2025-11-27 20:48:54 +01:00
2025-11-10 09:40:44 +01:00
2024-06-20 23:22:39 +00:00
2025-11-22 22:42:38 +00:00
2025-11-20 14:46:23 -08:00
2025-11-23 10:22:03 +01:00
2025-11-27 20:17:04 +00:00
2025-11-21 19:54:41 -08:00
2025-11-14 11:33:35 +01:00
2025-08-11 15:52:49 -07:00
2025-08-28 18:30:57 -07:00
2025-10-29 06:20:50 -07:00
2025-10-29 06:20:49 -07:00
2025-07-16 10:27:39 -07:00
2025-01-15 15:11:36 -08:00
2025-11-22 22:42:37 +00:00
2025-08-29 17:14:26 -07:00
2025-08-15 23:35:16 +02:00