Mattias Jansson

Results 58 comments of Mattias Jansson

If you could make a PR to https://github.com/mjansson/rpmalloc-benchmark I'd be happy to add it

Well, that portion of the RFC is related to the query itself. The section related to answers is ``` When receiving a question with the unicast-response bit set, a responder...

Thank you for the additional info, I will certainly have to look into this in more detail

Will keep it in mind for future additions

I'm not a huge CMake fan, but if you could get a build up to the same functionality as the python+ninja build I would be ok with merging it in...

One caveat is that symbol replacing on Windows platforms is a proper pain and not currently implemented in rpmalloc (code for it can be found in the tcmalloc container project,...

Most likely a pointer allocated by the VC++ runtime is being passed to rpmalloc delete/free. The " uses _free_dbg in global delete" makes me think the override isn't correctly linked...

Looks like the sized delete operator is not overloaded correctly, looking into this

I added missing C++ operator overrides for sized deletes, please try again and see if it works better now