radare2/shlr/heap
2017-11-04 21:12:41 +01:00
..
include/r_jemalloc jemalloc: Add missing definition of LG_QUANTUM for m68k (#8782) 2017-11-04 21:12:41 +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