radare2/shlr/heap
2017-08-17 10:46:17 +02:00
..
include/r_jemalloc Fix jemalloc build on Windows 2017-08-17 10:46:17 +02:00
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