mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
2740065eb3
Pull request #9429 introduced some whitespace errors into shlr/heap/include/r_jemalloc/internal/tsd.h This breaks building sys/mingw32.sh for me. Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc> |
||
---|---|---|
.. | ||
include/r_jemalloc | ||
README.md |
Trying to escape from the libr/core mess, we should put all the heap stuff into a separate place and use it from anal/heap.c
TODO
- remove all use of assert
- remove unused statements
- convert macros into C code, this should be a runtime library, not a compile time one