ikskuh / zig-network

A smallest-common-subset of socket functions for crossplatform networking, TCP & UDP
MIT License
484 stars 59 forks source link

Update reallocAdvanced call for new signature #51

Closed RobinKa closed 1 year ago

RobinKa commented 1 year ago

Basically the new reallocAdvanced uses the alignment of the old memory.

Closes #50

ikskuh commented 1 year ago

Can you fix the CI failures as well? Would be awesome!