Luna/libluna
apio b1e400d795
All checks were successful
continuous-integration/drone/push Build is passing
libluna: Allow callers to optimize heap allocations by telling us they won't resize the returned memory
strdup() now does this. If someone resizes strdup()-ed memory, nothing bad will happen, they will just take a small performance hit the first time.

But I think realloc-ing strdup()-ed memory is rare, that's why I did this.
2023-04-27 17:36:25 +02:00
..
include/luna libluna: Allow callers to optimize heap allocations by telling us they won't resize the returned memory 2023-04-27 17:36:25 +02:00
src libluna: Allow callers to optimize heap allocations by telling us they won't resize the returned memory 2023-04-27 17:36:25 +02:00
CMakeLists.txt libluna: Add Base64 encoding and decoding code 2023-04-26 20:57:48 +02:00