IntegratedQuantum 49ac816e36
Optimize Allocator functions to create less duplicate code for similar types (#16332)
* Move functionality from generic functions that doesn't depend on the type into a function that only depends on comptime alignment.

This reduces comptime code duplication because e.g. `alloc(u32, )` and `alloc(i32, )` now use the same function `allocWithFoo(4, 4, )` under the hood.
2023-07-06 14:41:49 -04:00
..
2023-07-01 22:20:21 -07:00
2023-07-03 01:14:20 -07:00
2023-06-25 23:30:25 -07:00
2023-06-25 14:51:03 -07:00
2023-04-22 13:09:15 +03:00
2023-06-25 14:51:03 -07:00
2023-06-10 20:42:30 -07:00
2023-04-30 18:16:04 -07:00
2023-03-17 17:50:25 +01:00