Robin Lambertz
Robin Lambertz
When importing a Ghidra XML, the namespaces weren't getting applied properly due to a bug in the code that strips the final `::`, resulting in all the functions being put...
The windows targets weren't working at all for me: 1. The wrong target was being used. `i686-pc-win32` doesn't exist as far as jemalloc's build system is concerned, only `i686-pc-mingw32` does...
Implements the ItemManager
**Problem** When proc macros print to stdout, the output is reflected in the cargo output. For instance, the following proc macro will cause `Hello` to be printed in the compiler...
cc-rs supports setting an AR program per-target using `AR_`. This is currently not respected by jemalloc's custom build script, causing issues when a specific version of AR is necessary for...
Adds a new profiling backend, using [`CaptureStackBackTrace`](https://learn.microsoft.com/en-us/windows/win32/debug/capturestackbacktrace) to grab the stacktrace. The backend doesn't currently grab the memory mapping of libraries, but is otherwise perfectly functional. I'm currently using it...
Currently, the `malloc_conf` attribute isn't "weak" in the same way as on other toolchain. While it is possible to override it in an OBJ file, and the linker will favor...
The kernel splits kernel modules into dedicated BTF files, using "split BTF mode". In split BTF mode, each split BTF may reference the "base BTF" (AKA the vmlinux BTF), but...
Fixes #52 This PR adds everything from the macOS 15.0 and 15.4 SDK: - A new es_event_gatekeeper_user_override_t event type - Made the `instigator` field in most types nullable, and added...