Files
Odin/core
Zoltán Kéri 93238db202 encoding/base32: Use consistent allocator and add proper cleanup
Fix memory handling throughout base32 package:
- Make padding map package-level constant (to avoid repeated allocs)
- Use passed allocator in encode's make() call
- Add defer delete for allocated memory in encode
- Add proper cleanup in test cases
- Fix memory cleanup of output buffers

The changes ensure consistent allocator usage and cleanup in both
implementation and tests.
2024-12-24 16:00:00 +01:00
..
2024-09-09 18:49:13 +02:00
2024-11-24 12:32:10 +00:00
2024-11-08 10:32:26 -05:00
2024-12-23 16:33:23 +01:00
2024-11-17 13:52:08 +01:00
2024-02-08 15:15:16 +00:00
2024-12-04 14:29:49 +01:00
2024-11-30 22:29:47 +05:00
2024-11-20 14:07:23 -08:00