Results 169 comments of David CARLIER

works for me but I m using master branch.

> > also couple of other OS support cpu affinity, e.g. NetBSD, with different APIs > > Could you please clarify whether this PR also adds cpu_affinity_map support for NetBSD?...

> @devnexen, have you tested this PR on FreeBSD? If not, please do. I do not see how this PR can enable cpu_affinity_map support, but perhaps I am missing something....

Is there any remaining concern as there is waiting for author label ? :)

> Since there seems to be some trouble getting the portability aspects of the new replacements right I have adjusted the cpu.h contents myself in #6d362cf and added the missing...

what would be your suggestion ?

ah too bad I was pretty glad with the changes...

> GCC 11 added attribute `malloc (deallocator, ptr-index)` which detects mismatched allocation and deallocation functions (like the one found in [4ada14a](https://github.com/libsdl-org/SDL/commit/4ada14a267a9cfa4a917dad52e6d3c1dd7d7b47c)) . It could be useful for objects that need...

master gives `Direct leak of 136 byte(s) in 10 object(s) allocated from: #0 0x557489f4c513 in strdup (/home/dcarlier/Contribs/chocolate-doom/build/src/chocolate-doom+0x12e513) (BuildId: 511527ddd5cc035056fb2c5e1b13001f71457c71) #1 0x557489f9f0d4 in M_StringDuplicate /home/dcarlier/Contribs/chocolate-doom/src/m_misc.c:655:14 #2 0x55748a021fd8 in D_BindVariables /home/dcarlier/Contribs/chocolate-doom/src/doom/d_main.c:382:26` with...

> This is a really interesting idea. I am not sure what the granularity of NODUMP should be. > > ``` > The Linux implementation requires that the address addr...