openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
43 stars 5 forks source link

Support custom allocators #201

Closed plajjan closed 2 months ago

plajjan commented 7 months ago

Can tlsuv please support custom allocators just like libuv itself does through https://docs.libuv.org/en/v1.x/misc.html#c.uv_replace_allocator ?

I'd like to set this since I'm using a GC and want to point to GC_malloc etc