radare2/shlr/heap
Dirk Eibach 2740065eb3 jemalloc: Fix whitespace errors (#9732)
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>
2018-03-20 17:05:50 +01:00
..
include/r_jemalloc jemalloc: Fix whitespace errors (#9732) 2018-03-20 17:05:50 +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