Commit b0194392fbeeca4b13ecf8a6a76bd54d111d2e63

Alex 2023-06-08T23:25:22

wepoll: replace default malloc/free with libevent mm_ variants (#1472) This replaces malloc and free in wepoll.c with mm_malloc and mm_free. I'm using event-internal.h instead of mm-internal.h. Using only mm-internal.h in wepoll.c can cause errors regarding the export symbol macros.