radare2/shlr/heap
Wladimir J. van der Laan f4eac702d4 Fix build on newer RISC-V compilers (#13459)
On gcc 9.x, `__riscv__` is no longer defined but `__riscv` is.

This is documented under C/C++ preprocessor definitions on
https://github.com/riscv/riscv-toolchain-conventions
2019-03-22 09:46:01 +01:00
..
include/r_jemalloc Fix build on newer RISC-V compilers (#13459) 2019-03-22 09:46:01 +01:00
README.md More tweaks for the jemalloc support 2017-08-03 13:56:45 +02:00

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