mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 06:48:46 +00:00
da51abb7cb
* Removed some of the asserts in jemallocs internals, tagged the unmodified (grep for them with my name) * removed the `#ifdef JEMALLOC_DEBUG`s * Removed the comments
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